ClientTargetCollection.AllKeys プロパティ

定義

ClientTargetCollection コレクションに含まれるすべての構成要素のキーの配列を返します。

public:
 property cli::array <System::String ^> ^ AllKeys { cli::array <System::String ^> ^ get(); };
public string[] AllKeys { get; }
member this.AllKeys : string[]
Public ReadOnly Property AllKeys As String()

プロパティ値

String[]

ClientTargetに含まれるすべてのClientTargetCollection オブジェクトのキーの配列。

適用対象