DesignSurfaceExtensionAttribute::ExtensionType Property

 

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

Namespace:   Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

public:
property Type^ ExtensionType {
	Type^ get();
}

Property Value

Type: System::Type^

The Type of the DesignSurfaceExtension implementation provided by the DesignSurfaceExtension.

Return to top
Show: