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