IMoniker.IsRunning(IBindCtx, IMoniker, IMoniker) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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
参数
- pbc
- IBindCtx
- pmkToLeft
- IMoniker
- pmkNewlyRunning
- IMoniker