ContactManagerForUser クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ソース アプリが呼び出して特定のユーザーの連絡先データにアクセスできるサービスを表します。
public ref class ContactManagerForUser sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class ContactManagerForUser final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class ContactManagerForUser
Public NotInheritable Class ContactManagerForUser
- 継承
- 属性
Windows の要件
デバイス ファミリ |
Windows 10 Anniversary Edition (10.0.14393.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v3.0 で導入)
|
アプリの機能 |
contactsSystem
|
注釈
ContactManager.GetForUser メソッドを呼び出して、このクラスのインスタンスを取得します。
バージョン履歴
Windows のバージョン | SDK バージョン | 追加された値 |
---|---|---|
1703 | 15063 | ShowFullContactCard |
プロパティ
SystemDisplayNameOrder |
連絡先の表示名の順序を取得または設定します。 |
SystemSortOrder |
連絡先の並べ替え順序を取得または設定します。 たとえば、姓または名で並べ替えます。 |
User |
この連絡先マネージャーによって表される ユーザー を取得します。 |
メソッド
ConvertContactToVCardAsync(Contact, UInt32) |
Contact を vCard に非同期的に変換します。 |
ConvertContactToVCardAsync(Contact) |
Contact を vCard に非同期的に変換します。 |
ConvertVCardToContactAsync(IRandomAccessStreamReference) |
vCard を連絡先に非同期的に変換 します。 |
RequestAnnotationStoreAsync(ContactAnnotationStoreAccessType) |
システムから ContactAnnotationStore を 非同期的に返します。 |
RequestStoreAsync(ContactStoreAccessType) |
システムから ContactStore を非同期的に返します。 |
ShowFullContactCard(Contact, FullContactCardOptions) |
オペレーティング システムにユーザーの連絡先を照会し、連絡先データを完全な連絡先カードに表示します。 |