Condividi tramite


SimpleMonikerResolver.CalculateQualifiedName(ModelElement) Method

Definition

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.

Applies to