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)。 |
回頁首