LanguagePreferences.ParameterInformation 属性

定义

获取或设置是否支持 IntelliSense 方法提示操作。

public:
 property bool ParameterInformation { bool get(); void set(bool value); };
public:
 property bool ParameterInformation { bool get(); void set(bool value); };
public bool ParameterInformation { get; set; }
member this.ParameterInformation : bool with get, set
Public Property ParameterInformation As Boolean

属性值

Boolean

true 如果支持方法提示操作,则为; 否则为 false

注解

如果此属性返回, false 则不会显示 IntelliSense 方法提示。

此属性会影响首选项值 fAutoListParams

适用于