PropertyPathReferencesProperty.GetLinksToPropertyPaths(DomainProperty) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the list of PropertyPathReferencesProperty links to a DomainProperty.
public:
static System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DslDefinition::PropertyPathReferencesProperty ^> ^ GetLinksToPropertyPaths(Microsoft::VisualStudio::Modeling::DslDefinition::DomainProperty ^ propertyInstance);
[System.Diagnostics.DebuggerStepThrough]
public static System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.PropertyPathReferencesProperty> GetLinksToPropertyPaths (Microsoft.VisualStudio.Modeling.DslDefinition.DomainProperty propertyInstance);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLinksToPropertyPaths : Microsoft.VisualStudio.Modeling.DslDefinition.DomainProperty -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.PropertyPathReferencesProperty>
Public Shared Function GetLinksToPropertyPaths (propertyInstance As DomainProperty) As ReadOnlyCollection(Of PropertyPathReferencesProperty)
Parameters
- propertyInstance
- DomainProperty
Returns
- Attributes