Udostępnij za pośrednictwem


IProvideMultipleClassInfo.GetClassInfo Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
Sub GetClassInfo ( _
    <OutAttribute> ByRef ppTI As Type _
)
void GetClassInfo(
    out Type ppTI
)
void GetClassInfo(
    [OutAttribute] Type^% ppTI
)
abstract GetClassInfo : 
        ppTI:Type byref -> unit 
function GetClassInfo(
    ppTI : Type
)

Parameters

Implements

IProvideClassInfo2.GetClassInfo(Type%)

.NET Framework Security

See Also

Reference

IProvideMultipleClassInfo Interface

Microsoft.VisualStudio.OLE.Interop Namespace