Gets a particular instance of a domain relationship.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'宣言
Function GetElementLink ( _
linkId As Guid _
) As ElementLink
'使用
Dim instance As IElementDirectory
Dim linkId As Guid
Dim returnValue As ElementLink
returnValue = instance.GetElementLink(linkId)
ElementLink GetElementLink(
Guid linkId
)
ElementLink^ GetElementLink(
Guid linkId
)
function GetElementLink(
linkId : Guid
) : ElementLink
Parameters
linkId
Type: System.GuidThe ID of the domain relationship instance.
Return Value
Type: Microsoft.VisualStudio.Modeling.ElementLink
An ElementLink object.
Remarks
If the element link is not found, an exception is thrown.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.