Moniker Class
Contains an expression used to map to its element.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public NotInheritable Class Moniker _
Implements IComparable(Of Moniker)
'Usage
Dim instance As Moniker
[SerializableAttribute]
public sealed class Moniker : IComparable<Moniker>
[SerializableAttribute]
public ref class Moniker sealed : IComparable<Moniker^>
public final class Moniker implements IComparable<Moniker>
Remarks
The MonikerName property value must be unique and represent only one element.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Modeling.Moniker
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.