IOleInPlaceComponentUIManager.FContinueIdle Method

Queries the environment to determine if an in-place active object can continue idle time processing.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

Syntax

‘선언
Function FContinueIdle As Integer
‘사용 방법
Dim instance As IOleInPlaceComponentUIManager
Dim returnValue As Integer

returnValue = instance.FContinueIdle()
int FContinueIdle()
int FContinueIdle()
abstract FContinueIdle : unit -> int 
function FContinueIdle() : int

Return Value

Type: System.Int32
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.

.NET Framework Security

See Also

Reference

IOleInPlaceComponentUIManager Interface

IOleInPlaceComponentUIManager Members

Microsoft.VisualStudio.Shell.Interop Namespace