次の方法で共有


ContactPhone コンストラクター

定義

オーバーロード

ContactPhone()

ContactPhone の新しいインスタンスを作成します。

ContactPhone(String)

さまざまなパラメーターを使用して の ContactPhone 新しいインスタンスを構築します。

ContactPhone()

ContactPhone の新しいインスタンスを作成します。

public ContactPhone ();

適用対象

ContactPhone(String)

さまざまなパラメーターを使用して の ContactPhone 新しいインスタンスを構築します。

public ContactPhone (string phoneNumber);

パラメーター

phoneNumber
System.String

電話番号。

適用対象