IMoniker.IsRunning(IBindCtx, IMoniker, IMoniker) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
int IsRunning(Microsoft::VisualStudio::OLE::Interop::IBindCtx ^ pbc, Microsoft::VisualStudio::OLE::Interop::IMoniker ^ pmkToLeft, Microsoft::VisualStudio::OLE::Interop::IMoniker ^ pmkNewlyRunning);
public:
int IsRunning(Microsoft::VisualStudio::OLE::Interop::IBindCtx ^ pbc, Microsoft::VisualStudio::OLE::Interop::IMoniker ^ pmkToLeft, Microsoft::VisualStudio::OLE::Interop::IMoniker ^ pmkNewlyRunning);
int IsRunning(Microsoft::VisualStudio::OLE::Interop::IBindCtx const & pbc, Microsoft::VisualStudio::OLE::Interop::IMoniker const & pmkToLeft, Microsoft::VisualStudio::OLE::Interop::IMoniker const & pmkNewlyRunning);
public int IsRunning (Microsoft.VisualStudio.OLE.Interop.IBindCtx pbc, Microsoft.VisualStudio.OLE.Interop.IMoniker pmkToLeft, Microsoft.VisualStudio.OLE.Interop.IMoniker pmkNewlyRunning);
abstract member IsRunning : Microsoft.VisualStudio.OLE.Interop.IBindCtx * Microsoft.VisualStudio.OLE.Interop.IMoniker * Microsoft.VisualStudio.OLE.Interop.IMoniker -> int
Public Function IsRunning (pbc As IBindCtx, pmkToLeft As IMoniker, pmkNewlyRunning As IMoniker) As Integer
Parameters
- pbc
- IBindCtx
- pmkToLeft
- IMoniker
- pmkNewlyRunning
- IMoniker