IUIManager.CurrentController 属性

定义

获取或设置当前视图。

public:
 property Microsoft::SqlServer::Management::TaskForms::IController ^ CurrentController { Microsoft::SqlServer::Management::TaskForms::IController ^ get(); void set(Microsoft::SqlServer::Management::TaskForms::IController ^ value); };
public Microsoft.SqlServer.Management.TaskForms.IController CurrentController { get; set; }
member this.CurrentController : Microsoft.SqlServer.Management.TaskForms.IController with get, set
Public Property CurrentController As IController

属性值

当前视图的界面。

适用于