Share via


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

'Declaration
Public ReadOnly Property ExtensionType As Type
'Usage
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.

.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