Setting.SearchKeywords Property

Definition

Gets a list of keywords to associate with this setting. When searching using the Visual Studio UI, words in DisplayName, Description, and SearchKeywords can be used to find a setting.

[System.Runtime.Serialization.DataMember(Name="additionalKeywords")]
public string[]? SearchKeywords { get; init; }
[<System.Runtime.Serialization.DataMember(Name="additionalKeywords")>]
member this.SearchKeywords : string[] with get, set
Public Property SearchKeywords As String()

Property Value

String[]
Attributes

Applies to