Compartilhar via


SearchSettingsDataSource.SearchClearTooltip Property

Gets or sets the search button tooltip to display after a search is complete. Default is “Clear search”.

Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)

Syntax

'Declaration
Public Property SearchClearTooltip As String
public string SearchClearTooltip { get; set; }
public:
property String^ SearchClearTooltip {
    String^ get ();
    void set (String^ value);
}
member SearchClearTooltip : string with get, set
function get SearchClearTooltip () : String 
function set SearchClearTooltip (value : String)

Property Value

Type: String
Returns the search button tooltip to display after a search is complete.

.NET Framework Security

See Also

Reference

SearchSettingsDataSource Class

Microsoft.VisualStudio.PlatformUI Namespace