ElementGroupPrototype.GetProtoLink(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 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.