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)

Syntax

'宣言
Public ReadOnly Property ExtensionType As Type
'使用
Dim instance As DesignSurfaceExtensionAttribute
Dim value As Type

value = instance.ExtensionType
public Type ExtensionType { get; }
public:
property Type^ ExtensionType {
    Type^ get ();
}
public function get ExtensionType () : Type

Property Value

Type: System.Type

The Type of the DesignSurfaceExtension implementation provided by the DesignSurfaceExtension.

Permissions

See Also

Concepts

Extending Design-Time Support

Reference

DesignSurfaceExtensionAttribute Class

DesignSurfaceExtensionAttribute Members

Microsoft.VisualStudio.Shell.Design Namespace

DesignSurfaceExtensionAttribute

DesignSurfaceExtension

DesignSurface

IDesigner

IDesignerHost