TextViewMarginProviderConfiguration.Before Property
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.
Gets or sets the optional margin before which this margin should be placed.
[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="beforeMargin")]
public Microsoft.VisualStudio.Extensibility.Editor.MarginPlacement[]? Before { get; set; }
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="beforeMargin")>]
member this.Before : Microsoft.VisualStudio.Extensibility.Editor.MarginPlacement[] with get, set
Public Property Before As MarginPlacement()
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute