PhoneCallHistoryEntry.IsSuppressed 속성

정의

이 항목이 표시되지 않는지 여부를 가져오거나 설정합니다.

public:
 property bool IsSuppressed { bool get(); void set(bool value); };
bool IsSuppressed();

void IsSuppressed(bool value);
public bool IsSuppressed { get; set; }
var boolean = phoneCallHistoryEntry.isSuppressed;
phoneCallHistoryEntry.isSuppressed = boolean;
Public Property IsSuppressed As Boolean

속성 값

Boolean

bool

항목이 표시되지 않으면 True이고, 그렇지 않으면 false입니다.

Windows 요구 사항

앱 기능
phoneCallHistory phoneCallHistorySystem

적용 대상