GraphNodesUpdatedEventArgs.RemovedNodes (Propiedad)
Espacio de nombres: Microsoft.VisualStudio.GraphModel
Ensamblado: Microsoft.VisualStudio.GraphModel (en Microsoft.VisualStudio.GraphModel.dll)
Sintaxis
'Declaración
Public Property RemovedNodes As IEnumerable(Of GraphNode)
Get
Private Set
public IEnumerable<GraphNode> RemovedNodes { get; private set; }
public:
property IEnumerable<GraphNode^>^ RemovedNodes {
IEnumerable<GraphNode^>^ get ();
private: void set (IEnumerable<GraphNode^>^ value);
}
member RemovedNodes : IEnumerable<GraphNode> with get, private set
function get RemovedNodes () : IEnumerable<GraphNode>
private function set RemovedNodes (value : IEnumerable<GraphNode>)
Valor de propiedad
Tipo: System.Collections.Generic.IEnumerable<GraphNode>
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.