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

현재 선택한 뷰입니다.

적용 대상