Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the default filter value for the search filter.
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public Property DefaultFilterValue As String
public string DefaultFilterValue { get; private set; }
public:
virtual property String^ DefaultFilterValue {
String^ get () sealed;
private: void set (String^ value) sealed;
}
abstract DefaultFilterValue : string with get, private set
override DefaultFilterValue : string with get, private set
final function get DefaultFilterValue () : String
private final function set DefaultFilterValue (value : String)
Property Value
Type: String
Returns the default filter value for the search filter.
Implements
IVsWindowSearchSimpleFilter.DefaultFilterValue
.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.