VirtualTypeImplementor Class
The base class you must derive from to provide an implementation of your virtual type.
Namespace: Microsoft.VisualStudio.Shell.Design
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'Déclaration
Public MustInherit Class VirtualTypeImplementor
'Utilisation
Dim instance As VirtualTypeImplementor
public abstract class VirtualTypeImplementor
public ref class VirtualTypeImplementor abstract
[<AbstractClassAttribute>]
type VirtualTypeImplementor = class end
public abstract class VirtualTypeImplementor
Remarks
A virtual type has no implementation of its own. VirtualTypeImplementor acts as the implementation part of a virtual type.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Shell.Design.VirtualTypeImplementor
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
VirtualTypeImplementor Members