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
- propertyInstance
Typ: Microsoft.VisualStudio.Modeling.DslDefinition.DomainProperty
Rückgabewert
Typ: System.Collections.ObjectModel.ReadOnlyCollection<PropertyPathReferencesProperty>
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.