Share via


VCWizCtlClass.GetComputerName Method

Returns the name of the computer as a string.

Namespace:  Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

Syntax

'Declaration
Public Overridable Function GetComputerName As String
public virtual string GetComputerName()
public:
virtual String^ GetComputerName()
abstract GetComputerName : unit -> string  
override GetComputerName : unit -> string
public function GetComputerName() : String

Return Value

Type: System.String
The name of the computer as a string.

Implements

IVCWizCtlUI.GetComputerName()

.NET Framework Security

See Also

Reference

VCWizCtlClass Class

Microsoft.VisualStudio.VsWizard Namespace

Other Resources

Designing a Wizard

Visual C++ Extensibility Object Model