Setting.SearchKeywords Property
Definition
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 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