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。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET