Proprietà GraphNodesUpdatedEventArgs.AddedNodes
Spazio dei nomi: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Sintassi
'Dichiarazione
Public Property AddedNodes As IEnumerable(Of GraphNode)
Get
Private Set
public IEnumerable<GraphNode> AddedNodes { get; private set; }
public:
property IEnumerable<GraphNode^>^ AddedNodes {
IEnumerable<GraphNode^>^ get ();
private: void set (IEnumerable<GraphNode^>^ value);
}
member AddedNodes : IEnumerable<GraphNode> with get, private set
function get AddedNodes () : IEnumerable<GraphNode>
private function set AddedNodes (value : IEnumerable<GraphNode>)
Valore proprietà
Tipo: System.Collections.Generic.IEnumerable<GraphNode>
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.