Partilhar via


Método PropertyPathReferencesProperty.GetPropertyPaths

Obtém uma lista de PropertyPaths.

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 GetPropertyPaths ( _
    element As DomainProperty _
) As LinkedElementCollection(Of PropertyPath)
public static LinkedElementCollection<PropertyPath> GetPropertyPaths(
    DomainProperty element
)

Parâmetros

Valor de retorno

Tipo: Microsoft.VisualStudio.Modeling.LinkedElementCollection<PropertyPath>

Segurança do .NET Framework

Consulte também

Referência

PropertyPathReferencesProperty Classe

Namespace Microsoft.VisualStudio.Modeling.DslDefinition