ContainerMarginPlacement 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 that contains other margins.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.VisualStudio.Extensibility.Editor.ContainerMarginPlacement+Converter))]
public readonly struct ContainerMarginPlacement : IEquatable<Microsoft.VisualStudio.Extensibility.Editor.ContainerMarginPlacement>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.VisualStudio.Extensibility.Editor.ContainerMarginPlacement+Converter))>]
type ContainerMarginPlacement = struct
Public Structure ContainerMarginPlacement
Implements IEquatable(Of ContainerMarginPlacement)
- Inheritance
-
ContainerMarginPlacement
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
- Implements
Methods
Custom(String) |
Initializes a ContainerMarginPlacement value. |
Equals(ContainerMarginPlacement) | 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 ContainerMarginPlacement. |
Operators
Equality(ContainerMarginPlacement, ContainerMarginPlacement) |
Compares two ContainerMarginPlacement values returning whether they are equal. |
Implicit(ContainerMarginPlacement to String) |
Implicitly converts a ContainerMarginPlacement to a |
Implicit(String to ContainerMarginPlacement) |
Implicitly converts a |
Inequality(ContainerMarginPlacement, ContainerMarginPlacement) |
Compares two ContainerMarginPlacement values returning whether they are different. |