次の方法で共有


IAltViewProvider.CurrentView プロパティ

定義

現在のアクティブなビューを取得または設定します。

public:
 property Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::IViewType ^ CurrentView { Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::IViewType ^ get(); void set(Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::IViewType ^ value); };
public Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IViewType CurrentView { get; set; }
member this.CurrentView : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IViewType with get, set
Public Property CurrentView As IViewType

プロパティ値

現在のアクティブなビューを返します。

適用対象