Share via


IVsSearchFilterToken.FilterValue Property

Gets the filter value, with quotes removed and characters not escaped.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

Syntax

'Declaration
ReadOnly Property FilterValue As String
string FilterValue { get; }
property String^ FilterValue {
    String^ get ();
}
abstract FilterValue : string with get
function get FilterValue () : String

Property Value

Type: System.String
The filter value.

.NET Framework Security

See Also

Reference

IVsSearchFilterToken Interface

Microsoft.VisualStudio.Shell.Interop Namespace