Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Calculate the fully qualified monikerized string of the given ModelElement.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'Declaration
Protected Overrides Function CalculateQualifiedName ( _
mel As ModelElement _
) As String
protected override string CalculateQualifiedName(
ModelElement mel
)
protected:
virtual String^ CalculateQualifiedName(
ModelElement^ mel
) override
abstract CalculateQualifiedName :
mel:ModelElement -> string
override CalculateQualifiedName :
mel:ModelElement -> string
protected override function CalculateQualifiedName(
mel : ModelElement
) : String
Parameters
- mel
Type: Microsoft.VisualStudio.Modeling.ModelElement
ModelElement to get moniker from.
Return Value
Type: System.String
.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.