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