ApplicationClass.ApplicationEvents_10_Event_Startup イベント

定義

これは、対応する COM オブジェクトとの相互運用性を得るためにマネージ コードが必要とする COM コクラスを処理するときに作成される .NET クラスまたは .NET クラスのメンバです。 このクラスは、Outlook の新しいバージョンで拡張されたこのクラスの、前のバージョンのイベントにアクセスする必要がある場合にのみ使用します。 それ以外の場合は、COM コクラスから派生する .NET インターフェイスを使用します。 .NET インターフェイスの詳細については、「」を参照してください Application

public:
 virtual event Microsoft::Office::Interop::Outlook::ApplicationEvents_10_StartupEventHandler ^ ApplicationEvents_10_Event_Startup;
public virtual event Microsoft.Office.Interop.Outlook.ApplicationEvents_10_StartupEventHandler ApplicationEvents_10_Event_Startup;
Public Overridable Custom Event ApplicationEvents_10_Event_Startup As ApplicationEvents_10_StartupEventHandler Implements ApplicationEvents_10_Event_Startup

イベントの種類

適用対象