LanguagePreferences.AutoListMembers 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置是否自动列出成员作为 IntelliSense 支持的一部分。
public:
property bool AutoListMembers { bool get(); void set(bool value); };
public:
property bool AutoListMembers { bool get(); void set(bool value); };
public bool AutoListMembers { get; set; }
member this.AutoListMembers : bool with get, set
Public Property AutoListMembers As Boolean
属性值
true 如果应显示成员列表以进行自动完成,则为; 否则为 false 不显示) 的列表。
注解
此属性会影响用户首选项值 fAutoListMembers 。