다음을 통해 공유


LinkedEditingRanges.WordPattern Property

Definition

Gets or sets the word pattern for the type rename.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

Applies to