WindowSearchFilter::DisplayText Property

 

Gets or sets the display text for the search filter

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

public:
property String^ DisplayText {
	[CompilerGeneratedAttribute]
	virtual String^ get() sealed;
	[CompilerGeneratedAttribute]
	protected: virtual void set(String^ value) sealed;
}

Property Value

Type: System::String^

Returns the display text for the search filter.

Return to top
Show: