Proprietà GraphNode.AllLinks
Ottenere l'elenco dei collegamenti (in ingresso e in uscita).
Spazio dei nomi: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property AllLinks As IEnumerable(Of GraphLink)
public IEnumerable<GraphLink> AllLinks { get; }
public:
property IEnumerable<GraphLink^>^ AllLinks {
IEnumerable<GraphLink^>^ get ();
}
member AllLinks : IEnumerable<GraphLink>
function get AllLinks () : IEnumerable<GraphLink>
Valore proprietà
Tipo: System.Collections.Generic.IEnumerable<GraphLink>
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.