IVsSearchProvider.Shortcut 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 unique category shortcut that can be used in filtering the results from multiple providers. For example, searching for "@cmd" only returns search results from the provider with category shortcut "cmd".
public:
property System::String ^ Shortcut { System::String ^ get(); };
public:
property Platform::String ^ Shortcut { Platform::String ^ get(); };
public string Shortcut { get; }
member this.Shortcut : string
Public ReadOnly Property Shortcut As String
Property Value
The unique category shortcut.