BinaryLinkShapeSerializerBase::GetMonikerQualifier Method (DomainXmlSerializerDirectory^, ModelElement^)
Visual Studio 2015
Returns the qualifier of the moniker, if the domain class is serialized using standard /qualifier/key mechanism; otherwise, returns the empty string.
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^
BinaryLinkShape instance to get moniker qualifier from.
Return Value
Type: System::String^Returns the qualifier of the moniker, if the domain class is serialized by using standard /qualifier/key mechanism; otherwise, returns the empty string.
Show: