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
public Type ExtensionType { get; }
public:
property Type^ ExtensionType {
    Type^ get ();
}
member ExtensionType : Type with get
function get ExtensionType () : Type

Property Value

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

.NET Framework Security

See Also

Reference

DesignSurfaceExtensionAttribute Class

Microsoft.VisualStudio.Shell.Design Namespace

DesignSurfaceExtensionAttribute

DesignSurfaceExtension

DesignSurface

IDesigner

IDesignerHost

Other Resources

Extending Design-Time Support