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
형식: UInt32핸들을 반환하는 구현된 형식의 인덱스입니다. 유효한 범위는 Microsoft.VisualStudio.OLE.Interop.TYPEATTR 구조체의 cImplTypes 멤버에 대해 0입니다.
pRefType
형식: UInt32%반환 시, 구현된 인터페이스(있는 경우)의 핸들에 대한 포인터입니다. 이 핸들은 GetRefTypeInfo에 전달되어 형식 설명을 가져올 수 있습니다.
설명
액세스 하는 Microsoft.VisualStudio.OLE.Interop.TYPEATTR 를 다운로드 해야 하는 라이브러리 및 문서는 Visual Studio SDK 에서 Visual Studio 확장성 사이트.
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용를 참조하세요.