Calculates the fully-qualified monikerized string of a given element.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'宣言
Protected MustOverride Function CalculateQualifiedName ( _
mel As ModelElement _
) As String
'使用
Dim mel As ModelElement
Dim returnValue As String
returnValue = Me.CalculateQualifiedName(mel)
protected abstract string CalculateQualifiedName(
ModelElement mel
)
protected:
virtual String^ CalculateQualifiedName(
ModelElement^ mel
) abstract
protected abstract function CalculateQualifiedName(
mel : ModelElement
) : String
Parameters
mel
Type: Microsoft.VisualStudio.Modeling.ModelElementThe element from which to get the moniker.
Return Value
Type: System.String
A calculated moniker string; or a null reference (Nothing in Visual Basic) or an empty string if the element cannot be monikerized.
Permissions
- 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.