SharePoint プロジェクト システムのファイルを表します。
名前空間: Microsoft.VisualStudio.SharePoint
アセンブリ: Microsoft.VisualStudio.SharePoint (Microsoft.VisualStudio.SharePoint.dll 内)
構文
'宣言
Public Interface ISharePointProjectItemFile _
Inherits ISharePointProjectMember, IAnnotatedObject, INotifyObjectDisposing, INotifyObjectDisposed, _
INotifyPropertyChanged, IDeployableFile, ISharePointProjectStartupItem
public interface ISharePointProjectItemFile : ISharePointProjectMember,
IAnnotatedObject, INotifyObjectDisposing, INotifyObjectDisposed, INotifyPropertyChanged, IDeployableFile,
ISharePointProjectStartupItem
ISharePointProjectItemFile 型で公開されるメンバーは以下のとおりです。
プロパティ
名前 | 説明 | |
---|---|---|
![]() |
Annotations | IAnnotatedObject インターフェイスを実装するオブジェクトにカスタム データを関連付ける IAnnotationDictionary インスタンスを取得します。 (IAnnotatedObject から継承されます。) |
![]() |
DeploymentPath | DeploymentRoot で表される基本パスを基準として、SharePoint で配置されるファイルの相対パスを取得または設定します。 (IDeployableFile から継承されます。) |
![]() |
DeploymentRoot | SharePoint でファイルを格納する基本パスを取得します。 (IDeployableFile から継承されます。) |
![]() |
DeploymentType | ファイルで実行する配置の種類を取得します。 (IDeployableFile から継承されます。) |
![]() |
FullPath | プロジェクト メンバーのファイルまたはディレクトリのソースの完全パスを取得します。 (ISharePointProjectMember から継承されます。) |
![]() |
Icon | ソリューション エクスプローラー に表示されるプロジェクト メンバー ノードのアイコンを取得します。 (ISharePointProjectMember から継承されます。) |
![]() |
IsDisposed | オブジェクトが破棄されるかどうかを取得します。 (INotifyObjectDisposed から継承されます。) |
![]() |
IsDisposing | オブジェクトが破棄されるかどうかを取得します。 (INotifyObjectDisposing から継承されます。) |
![]() |
IsExpanded | ソリューション エクスプローラー でノードが展開されているかどうかを取得または設定します。 (ISharePointProjectMember から継承されます。) |
![]() |
Name | ソリューション エクスプローラー に表示されるプロジェクト メンバー ノードの名前を取得します。 (ISharePointProjectMember から継承されます。) |
![]() |
Project | 格納プロジェクトへの参照を取得します。 (ISharePointProjectMember から継承されます。) |
![]() |
ProjectItem | 親プロジェクト アイテムへの参照を取得します。 |
![]() |
RelativePath | プロジェクト ディレクトリ内のアイテムの一意の位置を取得します。 (ISharePointProjectStartupItem から継承されます。) |
![]() |
Source | 親 ProjectItem ノードを基準としたファイルの相対パスを取得します。 |
![]() |
StartupUrl | アイテムが開始されたときに起動する URL を取得します。 (ISharePointProjectStartupItem から継承されます。) |
このページのトップへ
メソッド
名前 | 説明 | |
---|---|---|
![]() |
CollapseChildItems | この ISharePointProjectMember のすべての子項目がソリューション エクスプローラーで折りたたまれるようにします。 (ISharePointProjectMember から継承されます。) |
このページのトップへ
イベント
名前 | 説明 | |
---|---|---|
![]() |
DeploymentPathChanged | DeploymentPath が変更されたときに発生します。 (IDeployableFile から継承されます。) |
![]() |
DeploymentTypeChanged | DeploymentType が変更されたときに発生します。 (IDeployableFile から継承されます。) |
![]() |
Disposed | オブジェクトが破棄されるときに発生します。 (INotifyObjectDisposed から継承されます。) |
![]() |
Disposing | オブジェクトが破棄されるときに発生します。 (INotifyObjectDisposing から継承されます。) |
![]() |
NameChanged | プロジェクト メンバー ノードの名前が変更されたときに発生します。 (ISharePointProjectMember から継承されます。) |
![]() |
PropertyChanged | プロパティ値が変更されたときに発生します。 (INotifyPropertyChanged から継承されます。) |
このページのトップへ