ProvideOptionPageAttribute.Keywords Property

Definition

Gets the searchable keywords for this options page. Each keyword may be a literal string, a resource name/ID (prefixed with "@"/"#") pointing to a single keyword, or a resource name/ID (prefixed with "@"/"#") pointing to a semicolon-delimited list of keywords.

public:
 property cli::array <System::String ^> ^ Keywords { cli::array <System::String ^> ^ get(); };
public:
 property Platform::Array <Platform::String ^> ^ Keywords { Platform::Array <Platform::String ^> ^ get(); };
public string[] Keywords { get; }
member this.Keywords : string[]
Public ReadOnly Property Keywords As String()

Property Value

String[]

The searchable keywords for this options page. Each keyword may be a literal string, a resource name/ID (prefixed with "@"/"#") pointing to a single keyword, or a resource name/ID (prefixed with "@"/"#") pointing to a semicolon-delimited list of keywords.

Applies to