EndpointMetadataCollection.Item[Int32] プロパティ

定義

にある項目を取得します index

public:
 property System::Object ^ default[int] { System::Object ^ get(int index); };
public object this[int index] { get; }
member this.Item(int) : obj
Default Public ReadOnly Property Item(index As Integer) As Object

パラメーター

index
Int32

取得する項目のインデックス。

プロパティ値

index の位置にある項目。

実装

適用対象