共用方式為


TextViewMarginProviderConfiguration.Before Property

Definition

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

Applies to