Partilhar via


Método ShapeMapReferencesShape.GetLinksToShapeMaps

Obter a lista de links de ShapeMapReferencesShape a uma forma.

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (em Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll)

Sintaxe

'Declaração
Public Shared Function GetLinksToShapeMaps ( _
    shapeInstance As Shape _
) As ReadOnlyCollection(Of ShapeMapReferencesShape)
public static ReadOnlyCollection<ShapeMapReferencesShape> GetLinksToShapeMaps(
    Shape shapeInstance
)

Parâmetros

Valor de retorno

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

Segurança do .NET Framework

Consulte também

Referência

ShapeMapReferencesShape Classe

Namespace Microsoft.VisualStudio.Modeling.DslDefinition