WindowSearchSimpleFilter::DefaultFilterValue Property

 

Gets or sets the default filter value for the search filter.

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

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

Property Value

Type: System::String^

Returns the default filter value for the search filter.

Return to top
Show: