IMoniker.IsRunning Method

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

Syntax

'宣言
Function IsRunning ( _
    pbc As IBindCtx, _
    pmkToLeft As IMoniker, _
    pmkNewlyRunning As IMoniker _
) As Integer
'使用
Dim instance As IMoniker
Dim pbc As IBindCtx
Dim pmkToLeft As IMoniker
Dim pmkNewlyRunning As IMoniker
Dim returnValue As Integer

returnValue = instance.IsRunning(pbc, _
    pmkToLeft, pmkNewlyRunning)
int IsRunning(
    IBindCtx pbc,
    IMoniker pmkToLeft,
    IMoniker pmkNewlyRunning
)
int IsRunning(
    [InAttribute] IBindCtx^ pbc, 
    [InAttribute] IMoniker^ pmkToLeft, 
    [InAttribute] IMoniker^ pmkNewlyRunning
)
function IsRunning(
    pbc : IBindCtx, 
    pmkToLeft : IMoniker, 
    pmkNewlyRunning : IMoniker
) : int

Parameters

Return Value

Type: System.Int32

Permissions

See Also

Reference

IMoniker Interface

IMoniker Members

Microsoft.VisualStudio.OLE.Interop Namespace