ITypeInfo.GetTypeComp Method

Retrieves the ITypeComp interface for the type description, which enables a client compiler to bind to the type description’s members.

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

ITypeInfo Interface

Microsoft.VisualStudio.VsWizard Namespace