ProvideOptionPageAttribute::Keywords Property
Visual Studio 2015
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.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: property array<String^>^ Keywords { [CompilerGeneratedAttribute] array<String^>^ get(); [CompilerGeneratedAttribute] private: void set(array<String^>^ value); }
Property Value
Type: array<System::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.
Show: