ElementGroupPrototype::GetSourceRootElementId Method (Guid)
Visual Studio 2015
Gets the id of the source root ModelElement that corresponds to the specified target root ModelElement id. If it was not found, Guid.Empty is returned.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Parameters
- targetRootElementId
-
Type:
System::Guid
The id of the target root ModelElement.
Return Value
Type: System::GuidThe id of the source root ModelElement that corresponds to the specified target root ModelElement id.
Show: