IChildExtension Interface

Provides access to the parent extension of this extension. Indicates that this extension has a parent extension.

Description

Implement the IParentExtension interface to indicate other 'child' related extensions and implement the IChildExtension interface within each 'child' extension. The 'parent' extension appears as an expandable folder in the Extensions dialog and each 'child' extension appears as an item in the folder.

For example, the StreetMapEurope 'parent' extension implements IParentExtension and each 'child' extension (each country in Europe) implements IChildExtension.

Members

Name Description
Read-only property Parent The parent extension of this extension.

IChildExtension.Parent Property

The parent extension of this extension.

Public ReadOnly Property Parent As IExtension
public IExtension Parent {get;}

Description

Returns the Parent extension of this extension, if one exists.

Classes that implement IChildExtension

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.