GraphNodesUpdatedEventArgs.RemovedNodes, propriété
Espace de noms : Microsoft.VisualStudio.GraphModel
Assembly : Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)
Syntaxe
'Déclaration
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>)
Valeur de propriété
Type : System.Collections.Generic.IEnumerable<GraphNode>
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.