SearchSettingsDataSource.PrefixFilterMRUItems 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
属性的名称,该属性指示要在弹出窗口中显示的 MRU 项目的最大数目。 VSUI_TYPE_DWORD。 默认值 = 5。
public:
property bool PrefixFilterMRUItems { bool get(); void set(bool value); };
public:
property bool PrefixFilterMRUItems { bool get(); void set(bool value); };
public bool PrefixFilterMRUItems { get; set; }
member this.PrefixFilterMRUItems : bool with get, set
Public Property PrefixFilterMRUItems As Boolean