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