Share via


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

'Declaration
Sub GetTypeComp ( _
    <OutAttribute> ByRef ppTComp As ITypeComp _
)
void GetTypeComp(
    out ITypeComp ppTComp
)
void GetTypeComp(
    [OutAttribute] ITypeComp^% ppTComp
)
abstract GetTypeComp : 
        ppTComp:ITypeComp byref -> unit
function GetTypeComp(
    ppTComp : ITypeComp
)

Parameters

.NET Framework Security

See Also

Reference

ITypeLib Interface

Microsoft.VisualStudio.VsWizard Namespace