次の方法で共有


ISharePointProjectPackage インターフェイス

定義

SharePoint プロジェクトに関連付けられている SharePoint パッケージ。

public interface class ISharePointProjectPackage : Microsoft::VisualStudio::SharePoint::ISharePointProjectMember, System::ComponentModel::INotifyPropertyChanged
public interface ISharePointProjectPackage : Microsoft.VisualStudio.SharePoint.ISharePointProjectMember, System.ComponentModel.INotifyPropertyChanged
type ISharePointProjectPackage = interface
    interface ISharePointProjectMember
    interface IAnnotatedObject
    interface INotifyObjectDisposing
    interface INotifyObjectDisposed
    interface INotifyPropertyChanged
Public Interface ISharePointProjectPackage
Implements INotifyPropertyChanged, ISharePointProjectMember
実装

プロパティ

Annotations

IAnnotatedObject インターフェイスを実装するオブジェクトとカスタム データを関連付けるインスタンス IAnnotationDictionary を取得します。

(継承元 IAnnotatedObject)
Features

パッケージ ドキュメント オブジェクトで参照されている機能のコレクションを取得します。

FullPath

プロジェクト メンバーのファイルまたはディレクトリの完全なソース パスを取得します。

(継承元 ISharePointProjectMember)
Icon

ソリューション エクスプローラーで表示されるプロジェクト メンバー ノードのアイコンを取得します。

(継承元 ISharePointProjectMember)
Id

デザイン時に使用されるパッケージの ID を取得します。

IsDisposed

オブジェクトが破棄されるかどうかを取得します。

(継承元 INotifyObjectDisposed)
IsDisposing

オブジェクトが破棄されているかどうかを取得します。

(継承元 INotifyObjectDisposing)
IsExpanded

ソリューション エクスプローラーでノードが展開されるかどうかを取得または設定します。

(継承元 ISharePointProjectMember)
ManifestTemplateFile

パッケージに関連付けられているマニフェスト テンプレート ファイルを取得します。

Model

SharePoint パッケージ ドキュメントのルート オブジェクトを取得します。

Name

ソリューション エクスプローラーで表示されるプロジェクト メンバー ノードの名前を取得します。

(継承元 ISharePointProjectMember)
OutputPath

パッケージがコンパイルされる場所のパスを取得します。

PackageFile

.package ファイルのプロジェクト メンバーを取得します。

Project

包含プロジェクトへの参照を取得します。

(継承元 ISharePointProjectMember)
ProjectItems

パッケージ ドキュメント オブジェクトで参照されている SharePoint プロジェクト アイテムのコレクションを取得します。

メソッド

BuildPackage()

SharePoint ソリューション パッケージ ファイルをビルドします。

CollapseChildItems()

このISharePointProjectMemberの子項目がすべてソリューション エクスプローラーで折りたたまれるようにします。

(継承元 ISharePointProjectMember)
Validate()

パッケージに対してデザイン時検証を実行し、IDE エラー一覧を更新します。

イベント

Disposed

オブジェクトが破棄されるときに発生します。

(継承元 INotifyObjectDisposed)
Disposing

オブジェクトが破棄されているときに発生します。

(継承元 INotifyObjectDisposing)
NameChanged

プロジェクト メンバー ノードの名前が変更されたときに発生します。

(継承元 ISharePointProjectMember)

適用対象