IRunnableObject.LockRunning Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'宣言
Sub LockRunning ( _
    fLock As Integer, _
    fLastUnlockCloses As Integer _
)
'使用
Dim instance As IRunnableObject
Dim fLock As Integer
Dim fLastUnlockCloses As Integer

instance.LockRunning(fLock, fLastUnlockCloses)
void LockRunning(
    int fLock,
    int fLastUnlockCloses
)
void LockRunning(
    [InAttribute] int fLock, 
    [InAttribute] int fLastUnlockCloses
)
function LockRunning(
    fLock : int, 
    fLastUnlockCloses : int
)

Parameters

Permissions

See Also

Reference

IRunnableObject Interface

IRunnableObject Members

Microsoft.VisualStudio.OLE.Interop Namespace