Share via


IUIManager.Controllers プロパティ

定義

コントローラー コンポーネントのコレクションを取得します。

public:
 property System::Collections::Generic::IList<Microsoft::SqlServer::Management::TaskForms::IController ^> ^ Controllers { System::Collections::Generic::IList<Microsoft::SqlServer::Management::TaskForms::IController ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.SqlServer.Management.TaskForms.IController> Controllers { get; }
member this.Controllers : System.Collections.Generic.IList<Microsoft.SqlServer.Management.TaskForms.IController>
Public ReadOnly Property Controllers As IList(Of IController)

プロパティ値

コントローラー コンポーネントのインターフェイス。

適用対象