IVCWizCtlUI.GetProcessName 方法

定义

获取当前进程 (devenv.exe) 的文件名。

public:
 System::String ^ GetProcessName();
public:
 Platform::String ^ GetProcessName();
std::wstring GetProcessName();
[System.Runtime.InteropServices.DispId(1610743873)]
public string GetProcessName ();
[<System.Runtime.InteropServices.DispId(1610743873)>]
abstract member GetProcessName : unit -> string
Public Function GetProcessName () As String

返回

String

包含进程名称(通常是 .exe 名称)的字符串。

属性

适用于