SimpleMonikerResolver.CalculateQualifiedName(ModelElement) 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.
Calculate the fully qualified monikerized string of the given ModelElement.
protected:
abstract System::String ^ CalculateQualifiedName(Microsoft::VisualStudio::Modeling::ModelElement ^ mel);
protected abstract string CalculateQualifiedName (Microsoft.VisualStudio.Modeling.ModelElement mel);
abstract member CalculateQualifiedName : Microsoft.VisualStudio.Modeling.ModelElement -> string
Protected MustOverride Function CalculateQualifiedName (mel As ModelElement) As String
Parameters
- mel
- ModelElement
ModelElement to get moniker from.
Returns
Calculated moniker string, returns null or empty string is the given ModelElement cannot be monikerized.