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)

属性值

控制器组件的界面。

适用于