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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.