CompletionItem.FilterText Property
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 custom filter text.
C++
public:
property System::String ^ FilterText { System::String ^ get(); void set(System::String ^ value); };
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
[System.Runtime.Serialization.DataMember(Name="filterText")]
public string FilterText { get; set; }
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
[System.Runtime.Serialization.DataMember(Name="filterText")]
public string? FilterText { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
[<System.Runtime.Serialization.DataMember(Name="filterText")>]
member this.FilterText : string with get, set
Public Property FilterText As String
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute Data
Member Attribute
Produit | Versions |
---|---|
Visual Studio SDK | 2017, 2019, 2022 |