다음을 통해 공유


ITypeInfo.GetImplTypeFlags 메서드

인터페이스의 IMPLTYPEFLAGS 플래그를 검색합니다.

네임스페이스:  Microsoft.VisualStudio.VsWizard
어셈블리:  Microsoft.VisualStudio.VsWizard(Microsoft.VisualStudio.VsWizard.dll)

구문

‘선언
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
)

매개 변수

  • index
    형식: UInt32

    구현된 인터페이스의 또는 플래그를 가져올 베이스 인터페이스의 인덱스입니다.

  • pImplTypeFlags
    형식: Int32%

    IMPLTYPEFLAGS 열거형의 값입니다.

.NET Framework 보안

참고 항목

참조

ITypeInfo 인터페이스

Microsoft.VisualStudio.VsWizard 네임스페이스