ITypeInfo2.GetTypeAttr(IntPtr) 메서드

정의

형식 설명의 특성이 들어 있는 TYPEATTR 구조체를 검색합니다.

public:
 void GetTypeAttr([Runtime::InteropServices::Out] IntPtr % ppTypeAttr);
public void GetTypeAttr (out IntPtr ppTypeAttr);
abstract member GetTypeAttr : nativeint -> unit
Public Sub GetTypeAttr (ByRef ppTypeAttr As IntPtr)

매개 변수

ppTypeAttr
IntPtr

nativeint

이 메서드는 반환될 때 이 형식 설명의 특성을 포함하는 구조체에 대한 참조를 포함합니다. 이 매개 변수는 초기화되지 않은 상태로 전달됩니다.

구현

설명

매개 변수의 값은 ppTypeAttr 메서드를 통해 PtrToStructure 액세스할 수 있습니다.

자세한 내용은 ITypeInfo::GetTypeAttr 메서드를 참조하세요.

적용 대상