Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.VisualStudio.TeamFoundation
Assembly: Microsoft.VisualStudio.TeamFoundation (in Microsoft.VisualStudio.TeamFoundation.dll)
Syntax
'Declaration
Public Sub OnEnterState ( _
uStateID As UInteger, _
fEnter As Integer _
)
public void OnEnterState(
uint uStateID,
int fEnter
)
public:
virtual void OnEnterState(
unsigned int uStateID,
int fEnter
) sealed
abstract OnEnterState :
uStateID:uint32 *
fEnter:int -> unit
override OnEnterState :
uStateID:uint32 *
fEnter:int -> unit
public final function OnEnterState(
uStateID : uint,
fEnter : int
)
Parameters
- uStateID
Type: System.UInt32
- fEnter
Type: System.Int32
Implements
IOleComponent.OnEnterState(UInt32, Int32)
.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.