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 インスタンスである必要があります。