WindowSearchSimpleFilter::FilterField Property

 

Gets or sets the filter field 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^ FilterField {
	[CompilerGeneratedAttribute]
	virtual String^ get() sealed;
	[CompilerGeneratedAttribute]
	private: virtual void set(String^ value) sealed;
}

Property Value

Type: System::String^

Returns the filter field value for the search filter.

Return to top
Show: