Sdílet prostřednictvím


GraphUpdatedEventArgs.RemovedNodes – vlastnost

Uzly jsou odebrány z Graph.Nodes během transakce.

Obor názvů:  Microsoft.VisualStudio.GraphModel
Sestavení:  Microsoft.VisualStudio.GraphModel (v Microsoft.VisualStudio.GraphModel.dll)

Syntaxe

'Deklarace
Public ReadOnly Property RemovedNodes As IEnumerable(Of GraphNode)
public IEnumerable<GraphNode> RemovedNodes { get; }
public:
property IEnumerable<GraphNode^>^ RemovedNodes {
    IEnumerable<GraphNode^>^ get ();
}
member RemovedNodes : IEnumerable<GraphNode> with get
function get RemovedNodes () : IEnumerable<GraphNode>

Hodnota vlastnosti

Typ: IEnumerable<GraphNode>

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

GraphUpdatedEventArgs Třída

Microsoft.VisualStudio.GraphModel – obor názvů