Freigeben über


CommonMessagePump.IOleComponent2Private.OnEnterState Method

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

Syntax

'Declaration
Private Sub OnEnterState ( _
    uStateID As UInteger, _
    fEnter As Integer _
) Implements IOleComponent2Private.OnEnterState
'Usage
Dim instance As CommonMessagePump
Dim uStateID As UInteger
Dim fEnter As Integer

CType(instance, IOleComponent2Private).OnEnterState(uStateID, _
    fEnter)
void IOleComponent2Private.OnEnterState(
    uint uStateID,
    int fEnter
)
private:
virtual void OnEnterState(
    unsigned int uStateID, 
    int fEnter
) sealed = IOleComponent2Private::OnEnterState
private abstract OnEnterState : 
        uStateID:uint32 * 
        fEnter:int -> unit 
private override OnEnterState : 
        uStateID:uint32 * 
        fEnter:int -> unit 
JScript does not support explicit interface implementations.

Parameters

Implements

IOleComponent2Private.OnEnterState(UInt32, Int32)

.NET Framework Security

See Also

Reference

CommonMessagePump Class

CommonMessagePump Members

Microsoft.VisualStudio.Shell Namespace