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