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
    Get
‘사용 방법
Dim instance As DesignSurfaceExtensionAttribute
Dim value As Type

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

Property Value

Type: System.Type
The Type of the DesignSurfaceExtension implementation provided by the DesignSurfaceExtension.

.NET Framework Security

See Also

Reference

DesignSurfaceExtensionAttribute Class

DesignSurfaceExtensionAttribute Members

Microsoft.VisualStudio.Shell.Design Namespace

DesignSurfaceExtensionAttribute

DesignSurfaceExtension

DesignSurface

IDesigner

IDesignerHost

Other Resources

Extending Design-Time Support