Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
storagekind.phoneを使って、電話連絡先だけを表示したい。filterkind を使用して既に連絡先を取得しているため、必要なのは storagekind だけです。助けてください
storageKindを使用する場合は、 Microsoft.Phone.UserData を使用するAccountsクラスに移動します。このような...
Account Accounttype = new Account(); StorageKind strgKind = StorageKind.Phone; Accounttype.Kind = strgKind;
それがあなたを助けることを願っています..