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
'宣告
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
- ppTComp
Type: Microsoft.VisualStudio.VsWizard.ITypeComp%
The ITypeComp instance for this ITypeLib. A client compiler uses the methods in the ITypeComp interface to bind to types in ITypeLib, as well as to the global functions, variables, and constants defined in ITypeLib.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.