言語

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

現在選択された表示。

適用対象