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

電話番号。

適用対象