次の方法で共有


ITypeLibImporterNotifySink.ResolveRef メソッド

別のタイプ ライブラリへの参照を解決するように要求します。

Function ResolveRef( _
   ByVal typeLib As Object _) As Assembly
[C#]
Assembly ResolveRef(
   objecttypeLib);
[C++]
Assembly* ResolveRef(
   Object* typeLib);
[JScript]
function ResolveRef(
   typeLib : Object) : Assembly;

パラメータ

  • typeLib
    解決する必要がある、 ITypeLib インターフェイスを実装しているオブジェクト。

戻り値

typeLib に対応するアセンブリ。

解説

別のタイプ ライブラリへの参照がタイプ ライブラリの変換中に見つかった場合、呼び出し元はそのタイプ ライブラリに対応する適切なアセンブリを返す必要があります。

必要条件

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

参照

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