VCWizCtlClass.GetComputerName 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.
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