Udostępnij za pośrednictwem


IElementDirectory.GetElementLink(Guid) Method

Definition

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

Applies to