다음을 통해 공유


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)

속성 값

컨트롤러 구성 요소의 인터페이스입니다.

적용 대상