NodesChangedEventArgs.ChangedNodes 속성

Gets a list of nodes that have changed.

네임스페이스:  Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer
어셈블리:  SqlWorkbench.Interfaces(SqlWorkbench.Interfaces.dll)

구문

‘선언
Public ReadOnly Property ChangedNodes As IList(Of INavigationContext)
    Get
‘사용 방법
Dim instance As NodesChangedEventArgs 
Dim value As IList(Of INavigationContext)

value = instance.ChangedNodes
public IList<INavigationContext> ChangedNodes { get; }
public:
property IList<INavigationContext^>^ ChangedNodes {
    IList<INavigationContext^>^ get ();
}
member ChangedNodes : IList<INavigationContext>
function get ChangedNodes () : IList<INavigationContext>

속성 값

유형: System.Collections.Generic.IList<INavigationContext>
Returns a value that represents a list of nodes that have changed.

참고 항목

참조

NodesChangedEventArgs 클래스

Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer 네임스페이스