Metodo LinkConnectsToNode.GetLinks
Ottiene tutti i collegamenti LinkConnectsToNode tra un determinato oggetto LinkShape e un oggetto NodeShape.
Spazio dei nomi: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Sintassi
'Dichiarazione
Public Shared Function GetLinks ( _
source As LinkShape, _
target As NodeShape _
) As ReadOnlyCollection(Of LinkConnectsToNode)
public static ReadOnlyCollection<LinkConnectsToNode> GetLinks(
LinkShape source,
NodeShape target
)
Parametri
- source
Tipo: Microsoft.VisualStudio.Modeling.Diagrams.LinkShape
- target
Tipo: Microsoft.VisualStudio.Modeling.Diagrams.NodeShape
Valore restituito
Tipo: System.Collections.ObjectModel.ReadOnlyCollection<LinkConnectsToNode>
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.