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
'Declaration
Public Property Implementor As VirtualTypeImplementor
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.