次の方法で共有


ISharePointProjectItemFileEvents インターフェイス

ISharePointProjectItemFile オブジェクトに関連するイベントを定義します。

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

構文

'宣言
Public Interface ISharePointProjectItemFileEvents
public interface ISharePointProjectItemFileEvents

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

イベント

  名前 説明
パブリック イベント FileAdded 新しい ISharePointProjectItemFile インスタンスが追加されたときに発生します。
パブリック イベント FileDeploymentPathChanged DeploymentPath プロパティが変更されたときに発生します。
パブリック イベント FileDeploymentTypeChanged DeploymentType プロパティが変更されたときに発生します。
パブリック イベント FileNameChanged ISharePointProjectItemFile インスタンスの名前が変更されたときに発生します。
パブリック イベント FilePropertyChanged ISharePointProjectItemFile インスタンスのプロパティ値が変更されたときに発生します。
パブリック イベント FileRemoved ISharePointProjectItemFile インスタンスが削除されたときに発生します。

このページのトップへ

解説

実装オブジェクトは、これらのイベントが発生するコンテキストを定義します。 すべてのイベントにおける送信元は、イベントに関連する ISharePointProjectItemFile インスタンスである必要があります。

参照

参照

Microsoft.VisualStudio.SharePoint 名前空間