VirtualTypeImplementor Class
The base class you must derive from to provide an implementation of your virtual type.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Shell.Design.VirtualTypeImplementor
Namespace: Microsoft.VisualStudio.Shell.Design
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'Declaration
Public MustInherit Class VirtualTypeImplementor
public abstract class VirtualTypeImplementor
public ref class VirtualTypeImplementor abstract
[<AbstractClass>]
type VirtualTypeImplementor = class end
public abstract class VirtualTypeImplementor
The VirtualTypeImplementor type exposes the following members.
Constructors
Name | Description | |
---|---|---|
VirtualTypeImplementor | Initializes a new instance of the VirtualTypeImplementor class. |
Top
Methods
Name | Description | |
---|---|---|
AddEventHandler | Adds the given delegate to the given event. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetField | Gets the value of the requested field. | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetPropertyValue | Gets the value of the requested property. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
InvokeConstructor | Creates an instance of a type. | |
InvokeMethod | Invokes a method on the object. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
RemoveEventHandler | Removes the given delegate from the given event. | |
SetField | Sets the value of the requested field. | |
SetPropertyValue | Sets the value of the requested property. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Remarks
A virtual type has no implementation of its own. VirtualTypeImplementor acts as the implementation part of a virtual type.
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.