次の方法で共有


ISharePointProjectMember インターフェイス

定義

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

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

適用対象