IElementDirectory.GetElementLink(Guid) 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 a particular instance of a domain relationship.
public:
Microsoft::VisualStudio::Modeling::ElementLink ^ GetElementLink(Guid linkId);
public Microsoft.VisualStudio.Modeling.ElementLink GetElementLink (Guid linkId);
abstract member GetElementLink : Guid -> Microsoft.VisualStudio.Modeling.ElementLink
Public Function GetElementLink (linkId As Guid) As ElementLink
Parameters
- linkId
- Guid
The Id of the domain relationship instance
Returns
The domain relationship instance