ImageMoniker Struct

Definition

Image monikers for images supplied by the extension or by the Visual Studio image catalog.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.VisualStudio.Extensibility.ImageMoniker+Converter))]
public struct ImageMoniker : IEquatable<Microsoft.VisualStudio.Extensibility.ImageMoniker>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.VisualStudio.Extensibility.ImageMoniker+Converter))>]
type ImageMoniker = struct
Public Structure ImageMoniker
Implements IEquatable(Of ImageMoniker)
Inheritance
ImageMoniker
Attributes
Newtonsoft.Json.JsonConverterAttribute
Implements

Methods

Custom(String)

Initializes a ImageMoniker value.

Equals(ImageMoniker)

Indicates whether the current object is equal to another object of the same type.

Equals(Object)

Indicates whether this instance and a specified object are equal.

GetHashCode()

Returns the hash code for this instance.

ToString()

Returns the string value of ImageMoniker.

Operators

Equality(ImageMoniker, ImageMoniker)

Compares two ImageMoniker values returning whether they are equal.

Implicit(ImageMoniker to String)

Implicitly converts a ImageMoniker to a string.

Implicit(String to ImageMoniker)

Implicitly converts a string to a ImageMoniker.

Inequality(ImageMoniker, ImageMoniker)

Compares two ImageMoniker values returning whether they are different.

Applies to