VCWizCtlClass.GetComputerName Method

Definition

Returns the name of the computer as a string.

public:
 virtual System::String ^ GetComputerName() = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::GetComputerName;
public:
 virtual Platform::String ^ GetComputerName() = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::GetComputerName;
 virtual std::wstring GetComputerName();
[System.Runtime.InteropServices.DispId(1610743883)]
public virtual string GetComputerName ();
[<System.Runtime.InteropServices.DispId(1610743883)>]
abstract member GetComputerName : unit -> string
override this.GetComputerName : unit -> string
Public Overridable Function GetComputerName () As String

Returns

The name of the computer as a string.

Implements

Attributes

Applies to