PropertyHasType.GetLinks(DomainProperty, DomainType) Método

Definição

Obtenha quaisquer links de PropertyHasType entre um determinado domainproperty e um DomainType.

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)

Parâmetros

target
DomainType

Retornos

ReadOnlyCollection<PropertyHasType>
Atributos

Aplica-se a