VirtualTypeBuilder.Implementor Property

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

'宣言
Public Property Implementor As VirtualTypeImplementor
'使用
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);
}
public function get Implementor () : VirtualTypeImplementor
public 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 a null reference (Nothing in Visual Basic). If this property is not set CreateType will fail.

Permissions

See Also

Reference

VirtualTypeBuilder Class

VirtualTypeBuilder Members

Microsoft.VisualStudio.Shell.Design Namespace

CreateType

VirtualTypeImplementor