IVCWizCtlUI.GetComputerName 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回字符串形式的计算机名称。
public:
System::String ^ GetComputerName();
public:
Platform::String ^ GetComputerName();
std::wstring GetComputerName();
[System.Runtime.InteropServices.DispId(1610743883)]
public string GetComputerName ();
[<System.Runtime.InteropServices.DispId(1610743883)>]
abstract member GetComputerName : unit -> string
Public Function GetComputerName () As String
返回
字符串形式的计算机名称。
- 属性