ISharePointProjectFeature インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
機能に関する情報を提供します。
public interface class ISharePointProjectFeature : Microsoft::VisualStudio::SharePoint::ISharePointProjectMember, System::ComponentModel::INotifyPropertyChanged
public interface ISharePointProjectFeature : Microsoft.VisualStudio.SharePoint.ISharePointProjectMember, System.ComponentModel.INotifyPropertyChanged
type ISharePointProjectFeature = interface
interface ISharePointProjectMember
interface IAnnotatedObject
interface INotifyObjectDisposing
interface INotifyObjectDisposed
interface INotifyPropertyChanged
Public Interface ISharePointProjectFeature
Implements INotifyPropertyChanged, ISharePointProjectMember
- 実装
注釈
ISharePointProjectFeature は、.feature ファイルを持つフォルダーに関連付けられています。
プロパティ
Annotations |
IAnnotatedObject インターフェイスを実装するオブジェクトとカスタム データを関連付けるインスタンス IAnnotationDictionary を取得します。 (継承元 IAnnotatedObject) |
EventReceiverFile |
機能に関連付けられているイベント レシーバー コード ファイルを取得します。 |
FeatureFile |
.feature ファイルのプロジェクト メンバーを取得します。 |
FullPath |
プロジェクト メンバーのファイルまたはディレクトリの完全なソース パスを取得します。 (継承元 ISharePointProjectMember) |
Icon |
ソリューション エクスプローラーで表示されるプロジェクト メンバー ノードのアイコンを取得します。 (継承元 ISharePointProjectMember) |
Id |
機能ファイルの ID を取得します。 |
IsDisposed |
オブジェクトが破棄されるかどうかを取得します。 (継承元 INotifyObjectDisposed) |
IsDisposing |
オブジェクトが破棄されているかどうかを取得します。 (継承元 INotifyObjectDisposing) |
IsExpanded |
ソリューション エクスプローラーでノードが展開されるかどうかを取得または設定します。 (継承元 ISharePointProjectMember) |
ManifestTemplateFile |
機能に関連付けられているマニフェスト テンプレート ファイルを取得します。 |
Model |
機能ファイルのオブジェクト モデルを取得します。 |
Name |
ソリューション エクスプローラーで表示されるプロジェクト メンバー ノードの名前を取得します。 (継承元 ISharePointProjectMember) |
Project |
包含プロジェクトへの参照を取得します。 (継承元 ISharePointProjectMember) |
ProjectItems |
この機能のインスタンスから参照される ISharePointProjectItem インスタンスのコレクションを取得します。 |
ResourceFiles |
この機能に関連付けられているリソース ファイルのコレクションを取得します。 |
メソッド
CollapseChildItems() |
このISharePointProjectMemberのすべての子項目がソリューション エクスプローラーで折りたたまれるようにします。 (継承元 ISharePointProjectMember) |
Validate() |
機能に対してデザイン時検証を実行し、IDE のエラー一覧を更新します。 |
イベント
Disposed |
オブジェクトが破棄されるときに発生します。 (継承元 INotifyObjectDisposed) |
Disposing |
オブジェクトが破棄されているときに発生します。 (継承元 INotifyObjectDisposing) |
NameChanged |
プロジェクト メンバー ノードの名前が変更されたときに発生します。 (継承元 ISharePointProjectMember) |