Share via


ITypeInfo.GetImplTypeFlags Method

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

Syntax

'Declaration
Sub GetImplTypeFlags ( _
    index As UInteger, _
    <OutAttribute> ByRef pImplTypeFlags As Integer _
)
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

Microsoft.VisualStudio.OLE.Interop Namespace