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
- 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.