ImageMoniker Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
Implicit(String to ImageMoniker) |
Implicitly converts a |
Inequality(ImageMoniker, ImageMoniker) |
Compares two ImageMoniker values returning whether they are different. |