次の方法で共有


Assistant.DoAlert メソッド

定義

アラートを表示し、ユーザーが押したボタンを示す Integer を返します。

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、Office アシスタントを介してアラートが表示される場合は False

戻り値

適用対象