DynamicHubClients.Groups(IReadOnlyList<String>) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 物件,這個物件可用來叫用所有指定群組中所有連接的方法。
public:
System::Object ^ Groups(System::Collections::Generic::IReadOnlyList<System::String ^> ^ groupNames);
public dynamic Groups (System.Collections.Generic.IReadOnlyList<string> groupNames);
member this.Groups : System.Collections.Generic.IReadOnlyList<string> -> obj
Public Function Groups (groupNames As IReadOnlyList(Of String)) As Object
參數
- groupNames
- IReadOnlyList<String>
組名。
傳回
物件,可用來在指定的使用者上叫用方法。