OleComponent.FDoIdleCore Method

Default implementation of FDoIdle. Simply raises the DoIdle and DoPeriodicIdle events as appropriate (based on value of ) if there are any listeners.

Namespace:  Microsoft.VisualStudio.PlatformUI.OleComponentSupport
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

‘선언
Protected Overridable Function FDoIdleCore ( _
    grfidlef As UInteger _
) As Boolean
‘사용 방법
Dim grfidlef As UInteger
Dim returnValue As Boolean

returnValue = Me.FDoIdleCore(grfidlef)
protected virtual bool FDoIdleCore(
    uint grfidlef
)
protected:
virtual bool FDoIdleCore(
    unsigned int grfidlef
)
abstract FDoIdleCore : 
        grfidlef:uint32 -> bool 
override FDoIdleCore : 
        grfidlef:uint32 -> bool 
protected function FDoIdleCore(
    grfidlef : uint
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

OleComponent Class

OleComponent Members

Microsoft.VisualStudio.PlatformUI.OleComponentSupport Namespace