NodesChangedEventArgs(IList<INavigationContext>) 생성자

정의

지정한 변경된 항목을 포함하는 NodesChangedEventArgs 클래스의 새 인스턴스를 초기화합니다.

public:
 NodesChangedEventArgs(System::Collections::Generic::IList<Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INavigationContext ^> ^ changedItems);
public NodesChangedEventArgs (System.Collections.Generic.IList<Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INavigationContext> changedItems);
new Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.NodesChangedEventArgs : System.Collections.Generic.IList<Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INavigationContext> -> Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.NodesChangedEventArgs
Public Sub New (changedItems As IList(Of INavigationContext))

매개 변수

changedItems
IList<INavigationContext>

변경된 항목의 목록입니다.

적용 대상