次の方法で共有


DeployedApplicationList.Item[Int32] プロパティ

定義

指定したインデックスにあるアイテムを取得します。

public System.Fabric.Query.DeployedApplication this[int index] { get; set; }
member this.Item(int) : System.Fabric.Query.DeployedApplication with get, set
Default Public Property Item(index As Integer) As DeployedApplication

パラメーター

index
Int32

アイテムの場所。

プロパティ値

指定したインデックスにある項目。

実装

適用対象