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
)
abstract GetImplTypeFlags : 
        index:uint32 * 
        pImplTypeFlags:int byref -> unit 
function GetImplTypeFlags(
    index : uint, 
    pImplTypeFlags : int
)

Parameters

.NET Framework Security

See Also

Reference

ITypeInfo Interface

ITypeInfo Members

Microsoft.VisualStudio.OLE.Interop Namespace