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

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

ServiceDescriptionFormatExtensionCollection.Item プロパティ

ServiceDescriptionFormatExtensionCollection のメンバの値を取得または設定します

名前空間: System.Web.Services.Description
アセンブリ: System.Web.Services (system.web.services.dll 内)
構文構文

Dim instance As ServiceDescriptionFormatExtensionCollection
Dim index As Integer
Dim value As Object

value = instance(index)

instance(index) = value
public Object this [
    int index
] { get; set; }
/** @property */
public Object get_Item (int index)

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

パラメータ

index

値が変更または返されるメンバの、0 から始まるインデックス番号

プロパティ
ServiceDescriptionFormatExtension。

使用例使用例
Console.WriteLine("Collection contains following types of elements:
 ")
' Display the 'Type' of the elements in collection.
Dim i As Integer
For i = 0 To myCollection.Count - 1
   Console.WriteLine(myCollection(i).GetType().ToString())
Next i
Console.WriteLine("Collection contains following types of elements: ");
// Display the 'Type' of the elements in collection.
for(int i = 0;i< myCollection.Count;i++)
 
{
   Console.WriteLine(myCollection[i].GetType().ToString()); 
}
Console::WriteLine( "Collection contains following types of elements: "
 );

// Display the 'Type' of the elements in collection.
for ( int i = 0; i < myCollection->Count;
 i++ )
   Console::WriteLine( myCollection[ i ]->GetType() );
Console.WriteLine("Collection contains following " 
    + " types of elements: ");
// Display the 'Type' of the elements in collection.
for (int i = 0; i < myCollection.get_Count();
 i++) {
    Console.WriteLine(myCollection.get_Item(i).GetType().ToString());
}
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
ServiceDescriptionFormatExtensionCollection クラス
ServiceDescriptionFormatExtensionCollection メンバ
System.Web.Services.Description 名前空間


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

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

辞書ショートカット

すべての辞書の索引

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

   

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



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

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

©2025 GRAS Group, Inc.RSS