ITypeInfo.GetImplTypeFlags Method

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

Syntax

'宣言
Sub GetImplTypeFlags ( _
    index As UInteger, _
    <OutAttribute> ByRef pImplTypeFlags As Integer _
)
'使用
Dim instance As ITypeInfo
Dim index As UInteger
Dim pImplTypeFlags As Integer

instance.GetImplTypeFlags(index, pImplTypeFlags)
void GetImplTypeFlags(
    uint index,
    out int pImplTypeFlags
)
void GetImplTypeFlags(
    [InAttribute] unsigned int index, 
    [OutAttribute] int% pImplTypeFlags
)
function GetImplTypeFlags(
    index : uint, 
    pImplTypeFlags : int
)

Parameters

Permissions

See Also

Reference

ITypeInfo Interface

ITypeInfo Members

Microsoft.VisualStudio.OLE.Interop Namespace