Assistant.DoAlert メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アラートを表示し、ユーザーが押したボタンを示す 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
アラートのテキストを設定します。
アラートに表示されるボタンを決定します。
- alc
- MsoAlertIconType
アラートに表示されるアイコンを決定します。
アラートの既定のボタンとして設定されるボタンを決定します。 この引数がボタンの数より大きい値に設定されている場合は、エラーが返されます。
常にこれを msoAlertCancelDefault に設定します。 その他の設定では、エラーが返される場合があります。
- varfSysAlert
- Boolean
メッセージ ボックスにアラートが表示される場合は True、Office アシスタントを介してアラートが表示される場合は False 。