ParameterElementCollection.Item[Int32] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定位於集合中特定位置的項目。
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。
public:
property System::Runtime::Serialization::Configuration::ParameterElement ^ default[int] { System::Runtime::Serialization::Configuration::ParameterElement ^ get(int index); void set(int index, System::Runtime::Serialization::Configuration::ParameterElement ^ value); };
public System.Runtime.Serialization.Configuration.ParameterElement this[int index] { get; set; }
member this.Item(int) : System.Runtime.Serialization.Configuration.ParameterElement with get, set
Default Public Property Item(index As Integer) As ParameterElement
參數
- index
- Int32
要在集合中取得或設定之項目的位置。
屬性值
集合中的 ParameterElement。