VCWizCtlClass.GetProcessName 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.
Gets the file name of the current process (devenv.exe).
public:
virtual System::String ^ GetProcessName() = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::GetProcessName;
public:
virtual Platform::String ^ GetProcessName() = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::GetProcessName;
virtual std::wstring GetProcessName();
[System.Runtime.InteropServices.DispId(1610743873)]
public virtual string GetProcessName ();
[<System.Runtime.InteropServices.DispId(1610743873)>]
abstract member GetProcessName : unit -> string
override this.GetProcessName : unit -> string
Public Overridable Function GetProcessName () As String
Returns
A string containing the process name (usually an .exe name).
Implements
- Attributes