Delen via


Help.Filter Property

Gets or sets the collection filter.

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

Syntax

'Declaration
Property Filter As String
    Get
    Set
string Filter { get; set; }
property String^ Filter {
    String^ get ();
    void set (String^ value);
}
abstract Filter : string with get, set
function get Filter () : String
function set Filter (value : String)

Property Value

Type: System.String
Returns a string containing the filter name.

Remarks

This property is deprecated. See Filter for current documentation.

.NET Framework Security

See Also

Reference

Help Interface

Microsoft.VisualStudio.VSHelp Namespace