Help.Filter Property
Gets or sets the collection filter.
Namespace: Microsoft.VisualStudio.VSHelp
Assembly: Microsoft.VisualStudio.VSHelp (in Microsoft.VisualStudio.VSHelp.dll)
Syntax
'宣告
Property Filter As String
'用途
Dim instance As Help
Dim value As String
value = instance.Filter
instance.Filter = value
string Filter { get; set; }
property String^ Filter {
String^ get ();
void set (String^ value);
}
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.
Permissions
- 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.