NodesChangedEventArgs.ChangedNodes 속성

정의

변경된 노드의 목록을 가져옵니다.

public:
 property System::Collections::Generic::IList<Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INavigationContext ^> ^ ChangedNodes { System::Collections::Generic::IList<Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INavigationContext ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INavigationContext> ChangedNodes { get; }
member this.ChangedNodes : System.Collections.Generic.IList<Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INavigationContext>
Public ReadOnly Property ChangedNodes As IList(Of INavigationContext)

속성 값

변경된 노드의 목록을 나타내는 값을 반환합니다.

적용 대상