VSPIAImporterClass Class

Implemented by all wrapping tools.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

Syntax

'Declaration
<ClassInterfaceAttribute()> _
<GuidAttribute("A353805B-8A96-479B-83EB-2EA3F69A674C")> _
Public Class VSPIAImporterClass _
    Implements IVsTypeLibraryWrapper, VSPIAImporter
'Usage
Dim instance As VSPIAImporterClass
[ClassInterfaceAttribute()]
[GuidAttribute("A353805B-8A96-479B-83EB-2EA3F69A674C")]
public class VSPIAImporterClass : IVsTypeLibraryWrapper, 
    VSPIAImporter
[ClassInterfaceAttribute()]
[GuidAttribute(L"A353805B-8A96-479B-83EB-2EA3F69A674C")]
public ref class VSPIAImporterClass : IVsTypeLibraryWrapper, 
    VSPIAImporter
public class VSPIAImporterClass implements IVsTypeLibraryWrapper, VSPIAImporter

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Shell.Interop.VSPIAImporterClass

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

VSPIAImporterClass Members

Microsoft.VisualStudio.Shell.Interop Namespace