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

'Declaration
Public MustInherit Class VirtualTypeImplementor
'Usage
Dim instance As VirtualTypeImplementor
public abstract class VirtualTypeImplementor
public ref class VirtualTypeImplementor abstract
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

Microsoft.VisualStudio.Shell.Design Namespace

VirtualTypeBuilder