次の方法で共有


ISharePointProjectItemFile インターフェイス

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 から継承されます。)

このページのトップへ

参照

関連項目

Microsoft.VisualStudio.SharePoint 名前空間