ITypeInfo.GetRefTypeOfImplType 메서드

개체 구성 요소 클래스 (coclass) 또는 상속 된 인터페이스에 대해 구현 된 인터페이스 형식의 형식 설명을 검색합니다.

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

구문

‘선언
Sub GetRefTypeOfImplType ( _
    index As UInteger, _
    <OutAttribute> ByRef pRefType As UInteger _
)
void GetRefTypeOfImplType(
    uint index,
    out uint pRefType
)
void GetRefTypeOfImplType(
    [InAttribute] unsigned int index, 
    [OutAttribute] unsigned int% pRefType
)
abstract GetRefTypeOfImplType : 
        index:uint32 * 
        pRefType:uint32 byref -> unit 
function GetRefTypeOfImplType(
    index : uint, 
    pRefType : uint
)

매개 변수

  • index
    형식: System.UInt32
    핸들을 반환하는 구현된 형식의 인덱스입니다.유효한 범위는 0에서 cImplTypes 멤버를입니다의 Microsoft.VisualStudio.OLE.Interop.TYPEATTR 구조입니다.
  • pRefType
    형식: System.UInt32%
    구현 된 인터페이스 (있는 경우)에 대 한 핸들을 반환, 포인터입니다.이 핸들에 전달 될 수 있습니다 GetRefTypeInfo 형식 설명을 가져올 수 있습니다.

설명

에 액세스 하려면는 Microsoft.VisualStudio.OLE.Interop.TYPEATTR 라이브러리 및 설명서를 해야 다운로드 하는 Visual Studio SDK 에서 Visual Studio 확장성 사이트.

.NET Framework 보안

  • 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.

참고 항목

참조

ITypeInfo 인터페이스

Microsoft.VisualStudio.VsWizard 네임스페이스