Metoda DiagramElementHasDecorators.GetLinks —
Pobierz DiagramElementHasDecorators łącza między danym DiagramElement i Dekorator.
Przestrzeń nazw: Microsoft.VisualStudio.Modeling.DslDefinition
Zestaw: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0 (w Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0.dll)
Składnia
'Deklaracja
Public Shared Function GetLinks ( _
source As DiagramElement, _
target As Decorator _
) As ReadOnlyCollection(Of DiagramElementHasDecorators)
public static ReadOnlyCollection<DiagramElementHasDecorators> GetLinks(
DiagramElement source,
Decorator target
)
Parametry
Wartość zwracana
Typ: System.Collections.ObjectModel.ReadOnlyCollection<DiagramElementHasDecorators>
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Używanie bibliotek pochodzących z częściowo zaufanego kodu.
Zobacz też
Informacje
DiagramElementHasDecorators Klasa
Przestrzeń nazw Microsoft.VisualStudio.Modeling.DslDefinition