共用方式為


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 的項目。

實作

適用於