SimpleMonikerResolver.CalculateQualifiedName Method

Calculates the fully-qualified monikerized string of a given element.

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

Syntax

'Declaration
Protected MustOverride Function CalculateQualifiedName ( _
    mel As ModelElement _
) As String
protected abstract string CalculateQualifiedName(
    ModelElement mel
)
protected:
virtual String^ CalculateQualifiedName(
    ModelElement^ mel
) abstract
abstract CalculateQualifiedName : 
        mel:ModelElement -> string
protected abstract function CalculateQualifiedName(
    mel : ModelElement
) : String

Parameters

Return Value

Type: String
A calculated moniker string; or null or an empty string if the element cannot be monikerized.

.NET Framework Security

See Also

Reference

SimpleMonikerResolver Class

Microsoft.VisualStudio.Modeling Namespace