ElementGroupPrototype::GetSourceRootElementId Method (Guid)

 

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.

Namespace:   Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

public:
Guid GetSourceRootElementId(
	Guid targetRootElementId
)

Parameters

targetRootElementId
Type: System::Guid

The id of the target root ModelElement.

Return Value

Type: System::Guid

The id of the source root ModelElement that corresponds to the specified target root ModelElement id.

Return to top
Show: