다음을 통해 공유


PropertyPathReferencesProperty.GetLinksToPropertyPaths Method

Get the list of PropertyPathReferencesProperty links to a DomainProperty.

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

Syntax

‘선언
Public Shared Function GetLinksToPropertyPaths ( _
    propertyInstance As DomainProperty _
) As ReadOnlyCollection(Of PropertyPathReferencesProperty)
public static ReadOnlyCollection<PropertyPathReferencesProperty> GetLinksToPropertyPaths(
    DomainProperty propertyInstance
)
public:
static ReadOnlyCollection<PropertyPathReferencesProperty^>^ GetLinksToPropertyPaths(
    DomainProperty^ propertyInstance
)
static member GetLinksToPropertyPaths : 
        propertyInstance:DomainProperty -> ReadOnlyCollection<PropertyPathReferencesProperty> 
public static function GetLinksToPropertyPaths(
    propertyInstance : DomainProperty
) : ReadOnlyCollection<PropertyPathReferencesProperty>

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

PropertyPathReferencesProperty Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace