ContactRelationship 列挙型

定義

配偶者、パートナー、兄弟、親など、連絡先関係の性質を示す値を定義します。

public enum class ContactRelationship
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class ContactRelationship
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum ContactRelationship
var value = Windows.ApplicationModel.Contacts.ContactRelationship.other
Public Enum ContactRelationship
継承
ContactRelationship
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)
アプリの機能
contactsSystem

フィールド

Child 5

Other 0

その他

Parent 4

Parent

Partner 2

Partner

Sibling 3

兄弟

Spouse 1

配偶者

適用対象