ITypeInfo2.GetIDsOfNames メソッドとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > ITypeInfo2.GetIDsOfNames メソッドの意味・解説 

ITypeInfo2.GetIDsOfNames メソッド

メモ : このメソッドは、.NET Framework version 2.0新しく追加されたものです。

メンバ名をメンバ ID に、パラメータ名をパラメータ ID割り当てます

名前空間: System.Runtime.InteropServices.ComTypes
アセンブリ: mscorlib (mscorlib.dll 内)
構文構文

Sub GetIDsOfNames ( _
    <InAttribute> rgszNames As String(),
 _
    cNames As Integer, _
    <OutAttribute> pMemId As Integer()
 _
)
Dim instance As ITypeInfo2
Dim rgszNames As String()
Dim cNames As Integer
Dim pMemId As Integer()

instance.GetIDsOfNames(rgszNames, cNames, pMemId)
void GetIDsOfNames (
    [InAttribute] string[] rgszNames,
    int cNames,
    [OutAttribute] int[] pMemId
)
void GetIDsOfNames (
    [InAttribute] array<String^>^ rgszNames, 
    int cNames, 
    [OutAttribute] array<int>^ pMemId
)
void GetIDsOfNames (
    /** @attribute InAttribute() */ String[] rgszNames, 
    int cNames, 
    /** @attribute OutAttribute() */ int[] pMemId
)
function GetIDsOfNames (
    rgszNames : String[], 
    cNames : int, 
    pMemId : int[]
)

パラメータ

rgszNames

割り当てる名前の配列

cNames

割り当てる名前の数。

pMemId

このメソッド返されるときに、名前の割り当て格納する配列への参照格納します。このパラメータ初期化せずに渡されます。

解説解説

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

プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
ITypeInfo2 インターフェイス
ITypeInfo2 メンバ
System.Runtime.InteropServices.ComTypes 名前空間


このページでは「.NET Framework クラス ライブラリ リファレンス」からITypeInfo2.GetIDsOfNames メソッドを検索した結果を表示しています。
Weblioに収録されているすべての辞書からITypeInfo2.GetIDsOfNames メソッドを検索する場合は、下記のリンクをクリックしてください。
 全ての辞書からITypeInfo2.GetIDsOfNames メソッド を検索

英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

ITypeInfo2.GetIDsOfNames メソッドのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



ITypeInfo2.GetIDsOfNames メソッドのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2025 Microsoft.All rights reserved.

©2025 GRAS Group, Inc.RSS