ElementGroupPrototype.GetProtoElement(Guid) Method
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.
C++
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
- id
- Guid
The id of the source ProtoElement.
The ProtoElement corresponding to the specified id; null if the ProtoElement was not found.
Produkt | Wersje |
---|---|
Visual Studio SDK | 2017, 2019, 2022 |