ITypeInfo.GetImplTypeFlags Method

Retrieves the IMPLTYPEFLAGS flags for an interface.

Namespace:  Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.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

  • index
    Type: System.UInt32

    Index of the implemented interface or base interface for which to get the flags.

Permissions

See Also

Reference

ITypeInfo Interface

ITypeInfo Members

Microsoft.VisualStudio.VsWizard Namespace