IVsCommandWindow.RunningCommandWindowCommand(Int32) Yöntem

Tanım

Komut penceresi aracılığıyla çağrılan bir komutun Şu anda yürütülmekte olup olmadığını gösterir.

public:
 int RunningCommandWindowCommand([Runtime::InteropServices::Out] int % pfCmdWin);
int RunningCommandWindowCommand([Runtime::InteropServices::Out] int & pfCmdWin);
public int RunningCommandWindowCommand (out int pfCmdWin);
abstract member RunningCommandWindowCommand : int -> int
Public Function RunningCommandWindowCommand (ByRef pfCmdWin As Integer) As Integer

Parametreler

pfCmdWin
Int32

dışı Boolean işaretçisi. trueDeğer, komutun yürütüldüğü anlamına gelir.

Döndürülenler

Int32

Yöntem başarılı olursa, döndürür S_OK . Başarısız olursa, bir hata kodu döndürür.

Açıklamalar

COM Imzası

Vsshell. IDL dosyasından:

HRESULT IVsCommandWindow::RunningCommandWindowCommand(  
   [out, retval] BOOL* pfCmdWin  
);  

Şunlara uygulanır