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
'Déclaration
Public ReadOnly Property ExtensionType As Type
Get
'Utilisation
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DesignSurfaceExtensionAttribute Class
DesignSurfaceExtensionAttribute Members
Microsoft.VisualStudio.Shell.Design Namespace
DesignSurfaceExtensionAttribute