Source.IsCompletorActive 属性

定义

获取 IntelliSense 成员完成或方法提示模式是否处于活动状态。

public:
 property bool IsCompletorActive { bool get(); };
public:
 property bool IsCompletorActive { bool get(); };
public bool IsCompletorActive { get; }
member this.IsCompletorActive : bool
Public ReadOnly Property IsCompletorActive As Boolean

属性值

Boolean

rue 如果完成或方法提示模式处于活动状态,则为; 否则为。否则,将返回 false

注解

成员完成操作通过调用方法来启动 Completion 。 方法提示操作通过调用方法来调用 MethodTip

适用于