Share via


IVsWindowSearchSimpleFilter.FilterField Property

Gets a string that identifies this filter (in constructs like filterfield:value).

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

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

IVsWindowSearchSimpleFilter Interface

Microsoft.VisualStudio.Shell.Interop Namespace