次の方法で共有


ViewChangedEventArgs(IViewType, IViewType) コンストラクター

定義

指定したビュー設定を使用して、ViewChangedEventArgs クラスの新しいインスタンスを初期化します。

public:
 ViewChangedEventArgs(Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::IViewType ^ originalView, Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::IViewType ^ newView);
public ViewChangedEventArgs (Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IViewType originalView, Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IViewType newView);
new Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.ViewChangedEventArgs : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IViewType * Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IViewType -> Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.ViewChangedEventArgs
Public Sub New (originalView As IViewType, newView As IViewType)

パラメーター

originalView
IViewType

最初に選択されていたビューです。

newView
IViewType

現在選択されているビューです。

適用対象