共用方式為


ISharePointProjectMember 介面

代表 SharePoint 專案的成員。

命名空間:  Microsoft.VisualStudio.SharePoint
組件:  Microsoft.VisualStudio.SharePoint (在 Microsoft.VisualStudio.SharePoint.dll 中)

語法

'宣告
Public Interface ISharePointProjectMember _
    Inherits IAnnotatedObject, INotifyObjectDisposing, INotifyObjectDisposed, INotifyPropertyChanged
public interface ISharePointProjectMember : IAnnotatedObject, 
    INotifyObjectDisposing, INotifyObjectDisposed, INotifyPropertyChanged

ISharePointProjectMember 型別會公開下列成員。

屬性

  名稱 說明
公用屬性 Annotations 取得 IAnnotationDictionary 執行個體,這個執行個體讓自訂資料與實作 IAnnotatedObject 介面的物件產生關聯。 (繼承自 IAnnotatedObject)。
公用屬性 FullPath 取得專案成員檔案或目錄的完整來源路徑。
公用屬性 Icon 取得在 [方案總管] 中顯示之專案成員節點的圖示。
公用屬性 IsDisposed 取得是否已處置物件。 (繼承自 INotifyObjectDisposed)。
公用屬性 IsDisposing 取得是否正在處置物件。 (繼承自 INotifyObjectDisposing)。
公用屬性 IsExpanded 取得或設定是否在 [方案總管] 中展開該節點。
公用屬性 Name 取得在 [方案總管] 中顯示之專案成員節點的名稱。
公用屬性 Project 取得包含專案的參考。

回頁首

方法

  名稱 說明
公用方法 CollapseChildItems 確定 [方案總管] 中已摺疊這個 ISharePointProjectMember 的所有子項目。

回頁首

事件

  名稱 說明
公用事件 Disposed 發生於處置物件時。 (繼承自 INotifyObjectDisposed)。
公用事件 Disposing 發生於正在處置物件時。 (繼承自 INotifyObjectDisposing)。
公用事件 NameChanged 發生於變更專案成員節點的名稱時。
公用事件 PropertyChanged 發生於屬性值變更時。 (繼承自 INotifyPropertyChanged)。

回頁首

請參閱

參考

Microsoft.VisualStudio.SharePoint 命名空間