次の方法で共有


DocumentFilter.Pattern Property

Definition

Gets or sets a glob pattern (e.g. '*.cs').

public:
 property System::String ^ Pattern { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember(Name="pattern")]
public string Pattern { get; set; }
[System.Runtime.Serialization.DataMember(Name="pattern")]
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
public string? Pattern { get; set; }
[<System.Runtime.Serialization.DataMember(Name="pattern")>]
member this.Pattern : string with get, set
[<System.Runtime.Serialization.DataMember(Name="pattern")>]
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
member this.Pattern : string with get, set
Public Property Pattern As String

Property Value

Attributes
DataMemberAttribute Newtonsoft.Json.JsonPropertyAttribute

Applies to