ElementGroupPrototype.GetProtoLink(Guid) Method

Definition

Get the ProtoLink corresponding to the specified id.

public:
 Microsoft::VisualStudio::Modeling::ProtoLink ^ GetProtoLink(Guid id);
public Microsoft.VisualStudio.Modeling.ProtoLink GetProtoLink (Guid id);
member this.GetProtoLink : Guid -> Microsoft.VisualStudio.Modeling.ProtoLink
Public Function GetProtoLink (id As Guid) As ProtoLink

Parameters

id
Guid

The id of the source ProtoLink.

Returns

The ProtoLink corresponding to the specified id; null if the ProtoLink was not found.

Applies to