Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the implementer that will be used for the resulting virtual type.
Namespace: Microsoft.VisualStudio.Shell.Design
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'Declaration
Public Property Implementor As VirtualTypeImplementor
Get
Set
'Usage
Dim instance As VirtualTypeBuilder
Dim value As VirtualTypeImplementor
value = instance.Implementor
instance.Implementor = value
public VirtualTypeImplementor Implementor { get; set; }
public:
property VirtualTypeImplementor^ Implementor {
VirtualTypeImplementor^ get ();
void set (VirtualTypeImplementor^ value);
}
member Implementor : VirtualTypeImplementor with get, set
function get Implementor () : VirtualTypeImplementor
function set Implementor (value : VirtualTypeImplementor)
Property Value
Type: Microsoft.VisualStudio.Shell.Design.VirtualTypeImplementor
A VirtualTypeImplementor that will be used for the resulting virtual type.
Remarks
A VirtualTypeImplementor provides the instance information for the type, such as what to do when a property is set. The default value of the Implementor property is nulla null reference (Nothing in Visual Basic). If this property is not set CreateType will fail.
.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.