MoveableDecoratorHostShapeSerializerBase::GetMonikerQualifier Method (DomainXmlSerializerDirectory^, ModelElement^)

 

A domain class can be monikerized in different ways: standard /qualifier/key mechanism, custom moniker, or element ID. If the domain class is serialized using standard /qualifier/key mechanism, this method returns the qualifier of the moniker; if the domain class uses other ways for monikerization, this method returns empty string.

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

public:
virtual String^ GetMonikerQualifier(
	DomainXmlSerializerDirectory^ directory,
	ModelElement^ element
) override

Parameters

directory
Type: Microsoft.VisualStudio.Modeling::DomainXmlSerializerDirectory^

Directory to look up serializer based on model element type.

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

MoveableDecoratorHostShape instance to get moniker qualifier from.

Return Value

Type: System::String^

Value of this element's moniker qualifier property, if it has one, or the value of the container's moniker qualifier property. Or empty string if this element is not monikerized using standard /qualifier/key mechanism.

Return to top
Show: