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
mel
Type: Microsoft.VisualStudio.Modeling.ModelElementThe element from which to get the moniker.
Return Value
Type: String
A calculated moniker string; or null or an empty string if the element cannot be monikerized.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.