Freigeben über


SearchSettingsDataSource.PrefixFilterMRUItems Property

The name of the property indicating the maximum number of MRU items to show in the popup. VSUI_TYPE_DWORD. Default=5.

Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)

Syntax

'Declaration
Public Property PrefixFilterMRUItems As Boolean
public bool PrefixFilterMRUItems { get; set; }
public:
property bool PrefixFilterMRUItems {
    bool get ();
    void set (bool value);
}
member PrefixFilterMRUItems : bool with get, set
function get PrefixFilterMRUItems () : boolean 
function set PrefixFilterMRUItems (value : boolean)

Property Value

Type: Boolean

.NET Framework Security

See Also

Reference

SearchSettingsDataSource Class

Microsoft.VisualStudio.PlatformUI Namespace