_Application.DisplayAlerts 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回或设置运行宏时的一些警告和消息的处理的方式。
public:
property Microsoft::Office::Interop::Word::WdAlertLevel DisplayAlerts { Microsoft::Office::Interop::Word::WdAlertLevel get(); void set(Microsoft::Office::Interop::Word::WdAlertLevel value); };
public Microsoft.Office.Interop.Word.WdAlertLevel DisplayAlerts { get; set; }
member this.DisplayAlerts : Microsoft.Office.Interop.Word.WdAlertLevel with get, set
Public Property DisplayAlerts As WdAlertLevel
属性值
注解
如果将此属性设置为 wdAlertsNone 或 wdAlertsMessageBox,则 Microsoft Word在执行停止时不会将其设置回 wdAlertsAll。 编写代码时,应始终将 DisplayAlerts 属性设置回 wdAlertsAll ,使其停止运行。