IUIManager.Controllers Property

Definition

Gets the collection of the controller components.

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)

Property Value

The interface of the controller components.

Applies to