VirtualTypeBuilder::Implementor Property
Visual Studio 2015
Gets or sets the implementer that will be used for the resulting virtual type.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
public: property VirtualTypeImplementor^ Implementor { VirtualTypeImplementor^ get(); void set(VirtualTypeImplementor^ value); }
Property Value
Type: Microsoft.VisualStudio.Shell.Design::VirtualTypeImplementor^A VirtualTypeImplementor that will be used for the resulting virtual type.
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 null. If this property is not set CreateType will fail.
Show: