Freigeben über


PropertyPathReferencesProperty.GetLinksToPropertyPaths-Methode

Gelangen Sie die Liste der PropertyPathReferencesProperty-Links an ein DomainProperty.

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

Syntax

'Declaration
Public Shared Function GetLinksToPropertyPaths ( _
    propertyInstance As DomainProperty _
) As ReadOnlyCollection(Of PropertyPathReferencesProperty)
public static ReadOnlyCollection<PropertyPathReferencesProperty> GetLinksToPropertyPaths(
    DomainProperty propertyInstance
)

Parameter

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

PropertyPathReferencesProperty Klasse

Microsoft.VisualStudio.Modeling.DslDefinition-Namespace