Help::Filter Property

 

Gets or sets the collection filter.

Namespace:   Microsoft.VisualStudio.VSHelp
Assembly:  Microsoft.VisualStudio.VSHelp (in Microsoft.VisualStudio.VSHelp.dll)

property String^ Filter {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

Returns a string containing the filter name.

This property is deprecated. See Filter for current documentation.

Return to top
Show: