Поделиться через


Assistant.DoAlert Метод

Определение

Отображает оповещение и возвращает целое число , указывающее, какую кнопку нажал пользователь.

public:
 int DoAlert(System::String ^ bstrAlertTitle, System::String ^ bstrAlertText, Microsoft::Office::Core::MsoAlertButtonType alb, Microsoft::Office::Core::MsoAlertIconType alc, Microsoft::Office::Core::MsoAlertDefaultType ald, Microsoft::Office::Core::MsoAlertCancelType alq, bool varfSysAlert);
public int DoAlert (string bstrAlertTitle, string bstrAlertText, Microsoft.Office.Core.MsoAlertButtonType alb, Microsoft.Office.Core.MsoAlertIconType alc, Microsoft.Office.Core.MsoAlertDefaultType ald, Microsoft.Office.Core.MsoAlertCancelType alq, bool varfSysAlert);
abstract member DoAlert : string * string * Microsoft.Office.Core.MsoAlertButtonType * Microsoft.Office.Core.MsoAlertIconType * Microsoft.Office.Core.MsoAlertDefaultType * Microsoft.Office.Core.MsoAlertCancelType * bool -> int
Public Function DoAlert (bstrAlertTitle As String, bstrAlertText As String, alb As MsoAlertButtonType, alc As MsoAlertIconType, ald As MsoAlertDefaultType, alq As MsoAlertCancelType, varfSysAlert As Boolean) As Integer

Параметры

bstrAlertTitle
String

Задает заголовок оповещения.

bstrAlertText
String

Задает текст оповещения.

alb
MsoAlertButtonType

Определяет, какие кнопки отображаются в оповещении.

alc
MsoAlertIconType

Определяет значок, отображаемый в оповещении.

ald
MsoAlertDefaultType

Определяет, какая кнопка задана в качестве кнопки оповещения по умолчанию. Если для этого аргумента задано значение, превышающее количество кнопок, возвращается ошибка.

alq
MsoAlertCancelType

Всегда присвойте этому параметру значение msoAlertCancelDefault. Любой другой параметр может возвращать ошибку.

varfSysAlert
Boolean

Значение True , если оповещение отображается в окне сообщения, или значение False , если оповещение отображается с помощью помощника Office.

Возвращаемое значение

Применяется к