Contact.Phones プロパティ

定義

連絡先の電話番号のコレクションを取得または設定します。

public:
 property System::Collections::Generic::List<Microsoft::Maui::ApplicationModel::Communication::ContactPhone ^> ^ Phones { System::Collections::Generic::List<Microsoft::Maui::ApplicationModel::Communication::ContactPhone ^> ^ get(); void set(System::Collections::Generic::List<Microsoft::Maui::ApplicationModel::Communication::ContactPhone ^> ^ value); };
public System.Collections.Generic.List<Microsoft.Maui.ApplicationModel.Communication.ContactPhone> Phones { get; set; }
member this.Phones : System.Collections.Generic.List<Microsoft.Maui.ApplicationModel.Communication.ContactPhone> with get, set
Public Property Phones As List(Of ContactPhone)

プロパティ値

適用対象