_Application.DisplayAlerts 属性

定义

返回或设置运行宏时的一些警告和消息的处理的方式。

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

属性值

注解

如果将此属性设置为 wdAlertsNonewdAlertsMessageBox,则 Microsoft Word在执行停止时不会将其设置回 wdAlertsAll。 编写代码时,应始终将 DisplayAlerts 属性设置回 wdAlertsAll ,使其停止运行。

适用于