PropertyPathReferencesProperty.GetLinksToPropertyPaths (Método)

Obtiene la lista de vínculos de PropertyPathReferencesProperty a un DomainProperty.

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 GetLinksToPropertyPaths ( _
    propertyInstance As DomainProperty _
) As ReadOnlyCollection(Of PropertyPathReferencesProperty)
public static ReadOnlyCollection<PropertyPathReferencesProperty> GetLinksToPropertyPaths(
    DomainProperty propertyInstance
)

Parámetros

Valor devuelto

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

Seguridad de .NET Framework

Vea también

Referencia

PropertyPathReferencesProperty Clase

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