Condividi tramite


Metodo ShapeHasDecorators.GetLinksToDecorators

Ottiene l'elenco di collegamenti di ShapeHasDecorators a una forma.

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 GetLinksToDecorators ( _
    shapeInstance As Shape _
) As ReadOnlyCollection(Of ShapeHasDecorators)
public static ReadOnlyCollection<ShapeHasDecorators> GetLinksToDecorators(
    Shape shapeInstance
)

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