_Reminder.IsVisible 属性

定义

返回 C#) 中的 布尔 值 (布尔 值,用于确定提醒当前是否可见。 只读。

public:
 property bool IsVisible { bool get(); };
public bool IsVisible { get; }
Public ReadOnly Property IsVisible As Boolean

属性值

注解

Outlook 根据当前提醒状态此属性的返回值来确定。 所有活动的提醒都是可见的。 如果 IsVisible 为 True,则提醒可见。

适用于