次の方法で共有


ISharePointProjectEvents インターフェイス

ISharePointProject オブジェクトに関連するイベントを定義します。 実装オブジェクトは、これらのイベントが発生するコンテキストを定義します。

名前空間:  Microsoft.VisualStudio.SharePoint
アセンブリ:  Microsoft.VisualStudio.SharePoint (Microsoft.VisualStudio.SharePoint.dll 内)

構文

'宣言
Public Interface ISharePointProjectEvents
public interface ISharePointProjectEvents

ISharePointProjectEvents 型で公開されるメンバーは以下のとおりです。

イベント

  名前 説明
パブリック イベント DeploymentCompleted ISharePointProject インスタンスを配置した後に発生します。
パブリック イベント DeploymentStarted ISharePointProject インスタンスの配置を開始した後に発生します。
パブリック イベント ProjectAdded 新しい ISharePointProject インスタンスを追加したときに発生します。
パブリック イベント ProjectDisposing ISharePointProject インスタンスを破棄したときに発生します。
パブリック イベント ProjectInitialized ISharePointProject インスタンスを初期化したときに発生します。
パブリック イベント ProjectMenuItemsRequested ISharePointProject インスタンスからコンテキスト メニュー項目を要求したときに発生します。
パブリック イベント ProjectNameChanged ISharePointProject インスタンスの名前を変更したときに発生します。
パブリック イベント ProjectPropertiesRequested ISharePointProject インスタンスに対してプロパティを照会したときに発生します。
パブリック イベント ProjectPropertyChanged ISharePointProject インスタンスのプロジェクト プロパティ値を変更したときに発生します。
パブリック イベント ProjectRemoved ISharePointProject インスタンスを削除したときに発生します。

このページのトップへ

解説

すべてのイベントにおける送信元は、イベントに関連する ISharePointProject インスタンスである必要があります。

参照

参照

Microsoft.VisualStudio.SharePoint 名前空間