Share via


MonikerKey Class

Represents the key of a Moniker.

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

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class MonikerKey _
    Implements IComparable(Of MonikerKey)
'Usage
Dim instance As MonikerKey
[SerializableAttribute]
public sealed class MonikerKey : IComparable<MonikerKey>
[SerializableAttribute]
public ref class MonikerKey sealed : IComparable<MonikerKey^>
public final class MonikerKey implements IComparable<MonikerKey>

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Modeling.MonikerKey

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.

See Also

Reference

MonikerKey Members

Microsoft.VisualStudio.Modeling Namespace