Freigeben über


IOleComponent2Private.FDoIdle Method (UInt32)

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

Syntax

'Declaration
Function FDoIdle ( _
    grfidlef As UInteger _
) As Integer
'Usage
Dim instance As IOleComponent2Private
Dim grfidlef As UInteger
Dim returnValue As Integer

returnValue = instance.FDoIdle(grfidlef)
int FDoIdle(
    uint grfidlef
)
int FDoIdle(
    [InAttribute] unsigned int grfidlef
)
abstract FDoIdle : 
        grfidlef:uint32 -> int 
function FDoIdle(
    grfidlef : uint
) : int

Parameters

Return Value

Type: System.Int32

Implements

IOleComponent.FDoIdle(UInt32)

.NET Framework Security

See Also

Reference

IOleComponent2Private Interface

IOleComponent2Private Members

FDoIdle Overload

Microsoft.Internal.VisualStudio.Shell.Interop Namespace