ElementGroupPrototype.GetProtoElement(Guid) Method

Definition

Get the ProtoElement corresponding to the specified id.

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

Parameters

id
Guid

The id of the source ProtoElement.

Returns

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

Applies to