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數陣列。

適用於