This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Implemented by all wrapping tools.
Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
<GuidAttribute("E6065B70-C9B6-4636-80F5-1CF92D7ECE5B")> _
Public Interface VSPIAImporter _
    Inherits IVsTypeLibraryWrapper
[GuidAttribute("E6065B70-C9B6-4636-80F5-1CF92D7ECE5B")]
public interface VSPIAImporter : IVsTypeLibraryWrapper
[GuidAttribute(L"E6065B70-C9B6-4636-80F5-1CF92D7ECE5B")]
public interface class VSPIAImporter : IVsTypeLibraryWrapper
[<GuidAttribute("E6065B70-C9B6-4636-80F5-1CF92D7ECE5B")>]
type VSPIAImporter =  
    interface 
        interface IVsTypeLibraryWrapper 
    end
public interface VSPIAImporter extends IVsTypeLibraryWrapper
The VSPIAImporter type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| .gif) | GetMainWrapperFilename | Infrastructure. Gets the filename for a given type library. (Inherited from IVsTypeLibraryWrapper.) | 
| .gif) | GetMainWrapperFriendlyName | Infrastructure. Gets the name that is displayed in the project system when the component is referred to. (Inherited from IVsTypeLibraryWrapper.) | 
| .gif) | NeedsRegeneration | Infrastructure. Determines whether a given wrapper for a given type library needs to be regenerated. (Inherited from IVsTypeLibraryWrapper.) | 
| .gif) | WrapTypeLibrary | Infrastructure. Finds or encapsulates wrappers for the requested type library as well as any dependent type libraries. (Inherited from IVsTypeLibraryWrapper.) | 
Top