ExtensionElementSerializer.GetMonikerQualifier Method

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
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)

Syntax

public override string GetMonikerQualifier(
    DomainXmlSerializerDirectory directory,
    ModelElement element
)

Parameters

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.

.NET Framework Security

See Also

Reference

ExtensionElementSerializer Class

Microsoft.VisualStudio.Modeling Namespace