This topic has not yet been rated - Rate this topic

ToolSerializer.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.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll)
public override string GetMonikerQualifier(
	DomainXmlSerializerDirectory directory,
	ModelElement element
)

Parameters

directory
Type: Microsoft.VisualStudio.Modeling.DomainXmlSerializerDirectory

Directory to look up serializer based on model element type.

element
Type: Microsoft.VisualStudio.Modeling.ModelElement

Tool instance to get moniker qualifier from.

Return Value

Type: 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.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.