Source.IsCompletorActive Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets whether the IntelliSense member completion or method tip modes are active.
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
Property Value
rue
if the completion or method tip modes are active; otherwise, returns false
.
Remarks
A member completion operation is started by calling the Completion method. A method tip operation is called by calling the MethodTip method.