IVsSearchProvider.Shortcut Property

Definition

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.

Applies to