PropertyPathReferencesProperty.GetPropertyPaths (Método)

obtiene una lista de PropertyPaths.

Espacio de nombres:  Microsoft.VisualStudio.Modeling.DslDefinition
Ensamblado:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (en Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll)

Sintaxis

'Declaración
Public Shared Function GetPropertyPaths ( _
    element As DomainProperty _
) As LinkedElementCollection(Of PropertyPath)
public static LinkedElementCollection<PropertyPath> GetPropertyPaths(
    DomainProperty element
)

Parámetros

Valor devuelto

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

Seguridad de .NET Framework

Vea también

Referencia

PropertyPathReferencesProperty Clase

Microsoft.VisualStudio.Modeling.DslDefinition (Espacio de nombres)