SimpleMonikerResolver::CalculateQualifiedName Method (ModelElement^)

 

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

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

protected:
virtual String^ CalculateQualifiedName(
	ModelElement^ mel
) abstract

Parameters

mel
Type: Microsoft.VisualStudio.Modeling::ModelElement^

The element from which to get the moniker.

Return Value

Type: System::String^

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

Return to top
Show: