次の方法で共有


IWithPhoneCountryCode<ParentT> インターフェイス

定義

電話の国番号を設定できる連絡先定義のステージ。

public interface IWithPhoneCountryCode<ParentT>
type IWithPhoneCountryCode<'ParentT> = interface
Public Interface IWithPhoneCountryCode(Of ParentT)

型パラメーター

ParentT

アタッチ後に戻る親定義のステージ。

派生

メソッド

WithPhoneCountryCode(CountryPhoneCode)

電話番号の国番号を指定します。

適用対象