CodeAttributeArgumentCollection.Item プロパティとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > CodeAttributeArgumentCollection.Item プロパティの意味・解説 

CodeAttributeArgumentCollection.Item プロパティ

コレクション内の指定したインデックスでの CodeAttributeArgument を取得または設定します

名前空間: System.CodeDom
アセンブリ: System (system.dll 内)
構文構文

Public Default Property
 Item ( _
    index As Integer _
) As CodeAttributeArgument
Dim instance As CodeAttributeArgumentCollection
Dim index As Integer
Dim value As CodeAttributeArgument

value = instance(index)

instance(index) = value
public CodeAttributeArgument this [
    int index
] { get; set; }
public:
property CodeAttributeArgument^ default [int]
 {
    CodeAttributeArgument^ get (int index);
    void set (int index,
 CodeAttributeArgument^ value);
}
/** @property */
public CodeAttributeArgument get_Item (int
 index)

/** @property */
public void set_Item (int
 index, CodeAttributeArgument value)

パラメータ

index

アクセスするコレクションインデックス

プロパティ
有効なインデックスにある CodeAttributeArgument

例外例外
解説解説
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
CodeAttributeArgumentCollection クラス
CodeAttributeArgumentCollection メンバ
System.CodeDom 名前空間



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

辞書ショートカット

すべての辞書の索引

CodeAttributeArgumentCollection.Item プロパティのお隣キーワード
検索ランキング

   

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



CodeAttributeArgumentCollection.Item プロパティのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

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

©2024 GRAS Group, Inc.RSS