ITypeLib.GetTypeComp Method

Retrieves a pointer to the ITypeComp for a type library. This enables a client compiler to bind to the library’s types, variables, constants, and global functions.

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

Syntax

声明
Sub GetTypeComp ( _
    <OutAttribute> ByRef ppTComp As ITypeComp _
)
用法
Dim instance As ITypeLib
Dim ppTComp As ITypeComp

instance.GetTypeComp(ppTComp)
void GetTypeComp(
    out ITypeComp ppTComp
)
void GetTypeComp(
    [OutAttribute] ITypeComp^% ppTComp
)
function GetTypeComp(
    ppTComp : ITypeComp
)

Parameters

Permissions

See Also

Reference

ITypeLib Interface

ITypeLib Members

Microsoft.VisualStudio.VsWizard Namespace