VirtualTypeBuilder.Implementor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the implementer that will be used for the resulting virtual type.
public:
property Microsoft::VisualStudio::Shell::Design::VirtualTypeImplementor ^ Implementor { Microsoft::VisualStudio::Shell::Design::VirtualTypeImplementor ^ get(); void set(Microsoft::VisualStudio::Shell::Design::VirtualTypeImplementor ^ value); };
public:
property Microsoft::VisualStudio::Shell::Design::VirtualTypeImplementor ^ Implementor { Microsoft::VisualStudio::Shell::Design::VirtualTypeImplementor ^ get(); void set(Microsoft::VisualStudio::Shell::Design::VirtualTypeImplementor ^ value); };
public Microsoft.VisualStudio.Shell.Design.VirtualTypeImplementor Implementor { get; set; }
member this.Implementor : Microsoft.VisualStudio.Shell.Design.VirtualTypeImplementor with get, set
Public Property Implementor As VirtualTypeImplementor
Property Value
A VirtualTypeImplementor that will be used for the resulting virtual type.