Condividi tramite


Metodo ShapeHasDecorators.GetLinks

Ottiene tutti i collegamenti ShapeHasDecorators tra un determinato oggetto Shape e un elemento Decorator.

Spazio dei nomi:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0.dll)

Sintassi

'Dichiarazione
Public Shared Function GetLinks ( _
    source As Shape, _
    target As Decorator _
) As ReadOnlyCollection(Of ShapeHasDecorators)
public static ReadOnlyCollection<ShapeHasDecorators> GetLinks(
    Shape source,
    Decorator target
)

Parametri

Valore restituito

Tipo: System.Collections.ObjectModel.ReadOnlyCollection<ShapeHasDecorators>

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ShapeHasDecorators Classe

Spazio dei nomi Microsoft.VisualStudio.Modeling.DslDefinition