DesignSurfaceExtensionAttribute.ExtensionType Property

Definition

The Type of the object registered as providing a VSPackage with an implementation of DesignSurfaceExtension to customize design surfaces.

public:
 property Type ^ ExtensionType { Type ^ get(); };
public:
 property Platform::Type ^ ExtensionType { Platform::Type ^ get(); };
public Type ExtensionType { get; }
member this.ExtensionType : Type
Public ReadOnly Property ExtensionType As Type

Property Value

The Type of the DesignSurfaceExtension implementation provided by the DesignSurfaceExtension.

Applies to