VsExpansionPackageClass Class

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Syntax

'Declaration
<ClassInterfaceAttribute()> _
<GuidAttribute("0B680757-2C29-4531-80FA-535A5178AA98")> _
Public Class VsExpansionPackageClass _
    Implements IVsExpansionManager, VsExpansionPackage
'Usage
Dim instance As VsExpansionPackageClass
[ClassInterfaceAttribute()]
[GuidAttribute("0B680757-2C29-4531-80FA-535A5178AA98")]
public class VsExpansionPackageClass : IVsExpansionManager, 
    VsExpansionPackage
[ClassInterfaceAttribute()]
[GuidAttribute(L"0B680757-2C29-4531-80FA-535A5178AA98")]
public ref class VsExpansionPackageClass : IVsExpansionManager, 
    VsExpansionPackage
public class VsExpansionPackageClass implements IVsExpansionManager, VsExpansionPackage

Remarks

You cannot create an instance of this class with the new keyword. Instead, you must get the ILocalRegistry object and create the object with CreateInstance. The MPF wraps this method with CreateInstance.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TextManager.Interop.VsExpansionPackageClass

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

VsExpansionPackageClass Members

Microsoft.VisualStudio.TextManager.Interop Namespace