ProvideOptionPageAttribute.Keywords 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 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
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.