TypeElementCollection.Item[Int32] プロパティ

定義

コレクションの特定のメンバーを、位置を指定して返します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

public:
 property System::Runtime::Serialization::Configuration::TypeElement ^ default[int] { System::Runtime::Serialization::Configuration::TypeElement ^ get(int index); void set(int index, System::Runtime::Serialization::Configuration::TypeElement ^ value); };
public System.Runtime.Serialization.Configuration.TypeElement this[int index] { get; set; }
member this.Item(int) : System.Runtime.Serialization.Configuration.TypeElement with get, set
Default Public Property Item(index As Integer) As TypeElement

パラメーター

index
Int32

返すアイテムの位置。

プロパティ値

指定した位置にある要素。

適用対象