PropertyHasType.GetLinks(DomainProperty, DomainType) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Alle propertyhastype-Verknüpfungen zwischen einer angegebenen DomainProperty und einem DomainType erhalten.
public:
static System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DslDefinition::PropertyHasType ^> ^ GetLinks(Microsoft::VisualStudio::Modeling::DslDefinition::DomainProperty ^ source, Microsoft::VisualStudio::Modeling::DslDefinition::DomainType ^ target);
[System.Diagnostics.DebuggerStepThrough]
public static System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.PropertyHasType> GetLinks (Microsoft.VisualStudio.Modeling.DslDefinition.DomainProperty source, Microsoft.VisualStudio.Modeling.DslDefinition.DomainType target);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLinks : Microsoft.VisualStudio.Modeling.DslDefinition.DomainProperty * Microsoft.VisualStudio.Modeling.DslDefinition.DomainType -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.PropertyHasType>
Public Shared Function GetLinks (source As DomainProperty, target As DomainType) As ReadOnlyCollection(Of PropertyHasType)
Parameter
- source
- DomainProperty
- target
- DomainType
Gibt zurück
- Attribute