SimpleMonikerResolver::CalculateQualifiedName Method (ModelElement^)
Visual Studio 2015
Calculates the fully-qualified monikerized string of a given element.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Parameters
- mel
-
Type:
Microsoft.VisualStudio.Modeling::ModelElement^
The element from which to get the moniker.
Return Value
Type: System::String^A calculated moniker string; or null or an empty string if the element cannot be monikerized.
Show: