次の方法で共有


UCOMITypeInfo.GetRefTypeOfImplType メソッド

型の説明が COM クラスについて言及している場合は、実装されているインターフェイス型の説明を取得します。

Sub GetRefTypeOfImplType( _
   ByVal index As Integer, _   <Out()> ByRef href As Integer _)
[C#]
void GetRefTypeOfImplType(
   intindex,   out inthref);
[C++]
void GetRefTypeOfImplType(
   intindex,   [   Out] int* href);
[JScript]
function GetRefTypeOfImplType(
   index : int,href : int);

パラメータ

  • index
    ハンドルが返される実装された型のインデックス。
  • href
    実装されたインターフェイスのハンドルへの参照。

解説

ITypeInfo::GetRefTypeOfImplType の詳細については、MSDN ライブラリを参照してください。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

UCOMITypeInfo インターフェイス | UCOMITypeInfo メンバ | System.Runtime.InteropServices 名前空間