IOleInPlaceComponentUIManager.FContinueIdle Method
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.
Queries the environment to determine if an in-place active object can continue idle time processing.
public:
int FContinueIdle();
public:
int FContinueIdle();
int FContinueIdle();
public int FContinueIdle ();
abstract member FContinueIdle : unit -> int
Public Function FContinueIdle () As Integer
Returns
If idle processing can continue, the method returns true
. If idle processing must terminate, it returns false
.
Remarks
The SOleComponentUIManager service calls FDoIdle to initiate idle time processing in an in-place VSPackage object. After processing has begun, it is up to the in-place object to call FContinueIdle
periodically to determine whether or not it can continue idle time processing.