ClassHasProperties.GetLink(DomainClass, 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 one ClassHasProperties link between a given DomainClassand a DomainProperty.
public:
static Microsoft::VisualStudio::Modeling::DslDefinition::ClassHasProperties ^ GetLink(Microsoft::VisualStudio::Modeling::DslDefinition::DomainClass ^ source, Microsoft::VisualStudio::Modeling::DslDefinition::DomainProperty ^ target);
[System.Diagnostics.DebuggerStepThrough]
public static Microsoft.VisualStudio.Modeling.DslDefinition.ClassHasProperties GetLink (Microsoft.VisualStudio.Modeling.DslDefinition.DomainClass source, Microsoft.VisualStudio.Modeling.DslDefinition.DomainProperty target);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLink : Microsoft.VisualStudio.Modeling.DslDefinition.DomainClass * Microsoft.VisualStudio.Modeling.DslDefinition.DomainProperty -> Microsoft.VisualStudio.Modeling.DslDefinition.ClassHasProperties
Public Shared Function GetLink (source As DomainClass, target As DomainProperty) As ClassHasProperties
Parameters
- source
- DomainClass
- target
- DomainProperty
Returns
- Attributes