VSPIAImporterClass Class
Implemented by all wrapping tools.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaración
<ClassInterfaceAttribute()> _
<GuidAttribute("A353805B-8A96-479B-83EB-2EA3F69A674C")> _
Public Class VSPIAImporterClass _
Implements IVsTypeLibraryWrapper, VSPIAImporter
'Uso
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
[<ClassInterfaceAttribute()>]
[<GuidAttribute("A353805B-8A96-479B-83EB-2EA3F69A674C")>]
type VSPIAImporterClass =
class
interface IVsTypeLibraryWrapper
interface VSPIAImporter
end
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.