Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Calculate the fully qualified monikerized string of the given ModelElement.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.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.ModelElementModelElement to get moniker from.
Return Value
Type: 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.