MarginPlacement Struct
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
Custom(String) |
Initializes a MarginPlacement value. |
Equals(Margin |
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. |
From |
Creates the MarginPlacement corresponding to an extension part implementing ITextViewMarginProvider. |
Get |
Returns the hash code for this instance. |
To |
Returns the string value of MarginPlacement. |
Equality(Margin |
Compares two MarginPlacement values returning whether they are equal. |
Implicit(Margin |
Implicitly converts a MarginPlacement to a |
Implicit(String to Margin |
Implicitly converts a |
Inequality(Margin |
Compares two MarginPlacement values returning whether they are different. |
Produkt | Wersje |
---|---|
Visual Studio SDK | 2022 |