次の方法で共有


WindowSearchFilter(String, String) Constructor

Definition

Creates a new instance of a search filter for use by the search control for window search.

public:
 WindowSearchFilter(System::String ^ displayText, System::String ^ tooltip);
public:
 WindowSearchFilter(Platform::String ^ displayText, Platform::String ^ tooltip);
 WindowSearchFilter(std::wstring const & displayText, std::wstring const & tooltip);
public WindowSearchFilter (string displayText, string tooltip);
new Microsoft.VisualStudio.PlatformUI.WindowSearchFilter : string * string -> Microsoft.VisualStudio.PlatformUI.WindowSearchFilter
Public Sub New (displayText As String, tooltip As String)

Parameters

displayText
String

The display text for the search filter. . Must be non-whitespace.

tooltip
String

The tooltip text for the search filter. . Must not be an empty string.

Applies to