PinnedContactManager.IsContactPinned(Contact, PinnedContactSurface) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 연락처가 Windows 사용자 인터페이스의 지정된 위치에 고정되어 있는지 여부를 나타냅니다.
public:
virtual bool IsContactPinned(Contact ^ contact, PinnedContactSurface surface) = IsContactPinned;
bool IsContactPinned(Contact const& contact, PinnedContactSurface const& surface);
public bool IsContactPinned(Contact contact, PinnedContactSurface surface);
function isContactPinned(contact, surface)
Public Function IsContactPinned (contact As Contact, surface As PinnedContactSurface) As Boolean
매개 변수
- contact
- Contact
관심 있는 연락처입니다. 이 속성은 해당 연락처가 고정되었는지 여부를 나타냅니다.
- surface
- PinnedContactSurface
고정된 연락처에 대해 검사 UI의 위치를 지정하는 pinnedContactSurface 값입니다.
반환
Boolean
bool
지정된 연락처가 Windows 사용자 인터페이스의 지정된 위치에 고정되는지 여부를 지정하는 부울 값입니다.
Windows 요구 사항
앱 기능 |
contactsSystem
|