次の方法で共有


ContactSignificantOther.Relationship プロパティ

定義

配偶者、パートナー、兄弟、親など、リレーションシップの性質を示す値を取得または設定します。

public:
 property ContactRelationship Relationship { ContactRelationship get(); void set(ContactRelationship value); };
ContactRelationship Relationship();

void Relationship(ContactRelationship value);
public ContactRelationship Relationship { get; set; }
var contactRelationship = contactSignificantOther.relationship;
contactSignificantOther.relationship = contactRelationship;
Public Property Relationship As ContactRelationship

プロパティ値

配偶者、パートナー、兄弟、親など、リレーションシップの性質を示す値。

Windows の要件

アプリの機能
contactsSystem

適用対象