MarginPlacement 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.
Identifies a text view margin placement.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.VisualStudio.Extensibility.Editor.MarginPlacement+Converter))]
public readonly struct MarginPlacement : IEquatable<Microsoft.VisualStudio.Extensibility.Editor.MarginPlacement>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.VisualStudio.Extensibility.Editor.MarginPlacement+Converter))>]
type MarginPlacement = struct
Public Structure MarginPlacement
Implements IEquatable(Of MarginPlacement)
- Inheritance
-
MarginPlacement
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
- Implements
Methods
Custom(String) |
Initializes a MarginPlacement value. |
Equals(MarginPlacement) | 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. |
FromTextViewMarginProvider<T>() |
Creates the MarginPlacement corresponding to an extension part implementing ITextViewMarginProvider. |
GetHashCode() | Returns the hash code for this instance. |
ToString() |
Returns the string value of MarginPlacement. |
Operators
Equality(MarginPlacement, MarginPlacement) |
Compares two MarginPlacement values returning whether they are equal. |
Implicit(MarginPlacement to String) |
Implicitly converts a MarginPlacement to a |
Implicit(String to MarginPlacement) |
Implicitly converts a |
Inequality(MarginPlacement, MarginPlacement) |
Compares two MarginPlacement values returning whether they are different. |