共用方式為


ContactPhone 建構函式

定義

多載

ContactPhone()

初始化 ContactPhone 類別的新執行個體。

ContactPhone(String)

使用指定的資料,初始化 ContactPhone 類別的新執行個體。

ContactPhone()

來源:
Contact.shared.cs
來源:
Contact.shared.cs

初始化 ContactPhone 類別的新執行個體。

public:
 ContactPhone();
public ContactPhone ();
Public Sub New ()

適用於

ContactPhone(String)

來源:
Contact.shared.cs
來源:
Contact.shared.cs

使用指定的資料,初始化 ContactPhone 類別的新執行個體。

public:
 ContactPhone(System::String ^ phoneNumber);
public ContactPhone (string phoneNumber);
new Microsoft.Maui.ApplicationModel.Communication.ContactPhone : string -> Microsoft.Maui.ApplicationModel.Communication.ContactPhone
Public Sub New (phoneNumber As String)

參數

phoneNumber
String

電話號碼。

適用於