IVsWindowSearchFilter::DisplayText Property

 

Gets a displayable string that is used on the filter button in the UI.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

[DispIdAttribute(1610678272)]
property String^ DisplayText {
	String^ get();
}

Property Value

Type: System::String^

A displayable string that is used on the filter button in the UI.

Return to top
Show: