ContactAnnotation.SupportedOperations 속성

정의

ContactAnnotation에서 지원하는 ContactAnnotationOperations 그룹을 가져오거나 설정합니다.

public:
 property ContactAnnotationOperations SupportedOperations { ContactAnnotationOperations get(); void set(ContactAnnotationOperations value); };
ContactAnnotationOperations SupportedOperations();

void SupportedOperations(ContactAnnotationOperations value);
public ContactAnnotationOperations SupportedOperations { get; set; }
var contactAnnotationOperations = contactAnnotation.supportedOperations;
contactAnnotation.supportedOperations = contactAnnotationOperations;
Public Property SupportedOperations As ContactAnnotationOperations

속성 값

ContactAnnotation에서 지원하는 ContactAnnotationOperations 그룹입니다.

Windows 요구 사항

앱 기능
contactsSystem

설명

ContactAnnotationOperations 값은 OR 연산자를 사용하여 지원되는 작업 목록을 만들어 단일 값으로 결합할 수 있습니다.

적용 대상