ITypeInfo.RemoteGetContainingTypeLib Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft internal use only.

Namespace:  Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

Syntax

声明
Sub RemoteGetContainingTypeLib ( _
    <OutAttribute> ByRef ppTLib As ITypeLib, _
    <OutAttribute> ByRef pIndex As UInteger _
)
用法
Dim instance As ITypeInfo
Dim ppTLib As ITypeLib
Dim pIndex As UInteger

instance.RemoteGetContainingTypeLib(ppTLib, _
    pIndex)
void RemoteGetContainingTypeLib(
    out ITypeLib ppTLib,
    out uint pIndex
)
void RemoteGetContainingTypeLib(
    [OutAttribute] ITypeLib^% ppTLib, 
    [OutAttribute] unsigned int% pIndex
)
function RemoteGetContainingTypeLib(
    ppTLib : ITypeLib, 
    pIndex : uint
)

Parameters

Permissions

See Also

Reference

ITypeInfo Interface

ITypeInfo Members

Microsoft.VisualStudio.VsWizard Namespace