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

要傳回之項目的位置。

屬性值

TypeElement

特定位置的項目。

適用於