Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Declaration
Protected Overridable Function FDoIdleCore ( _
grfidlef As UInteger _
) As Boolean
'Usage
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
- grfidlef
Type: System.UInt32
Return Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.PlatformUI.OleComponentSupport Namespace