다음을 통해 공유


DocumentFilter.RelativePath Property

Definition

Gets a value indicating whether the pattern should be applied to the absolute path of a file or to a path relative to the solution folder.

[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore)]
public bool RelativePath { get; }
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore)>]
member this.RelativePath : bool
Public ReadOnly Property RelativePath As Boolean

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to