IVsWindowSearchSimpleFilter.DefaultFilterValue Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a default value string that is used by the shell in constructs like filterfield:defaultvalue when the filter button is clicked.
public:
property System::String ^ DefaultFilterValue { System::String ^ get(); };
public:
property Platform::String ^ DefaultFilterValue { Platform::String ^ get(); };
public string DefaultFilterValue { get; }
member this.DefaultFilterValue : string
Public ReadOnly Property DefaultFilterValue As String