共用方式為


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

取得 IAnnotationDictionary 執行個體,以建立自訂資料與實作 IAnnotatedObject 介面之物件的關聯。

(繼承來源 IAnnotatedObject)
FullPath

取得專案成員檔案或目錄的完整來源路徑。

Icon

取得方案總管中所顯示專案成員節點的圖示。

IsDisposed

取得是否處置物件。

(繼承來源 INotifyObjectDisposed)
IsDisposing

取得是否正在處置物件。

(繼承來源 INotifyObjectDisposing)
IsExpanded

取得或設定是否在方案總管中展開該節點。

Name

取得方案總管中所顯示專案成員節點的名稱。

Project

取得包含專案的參考。

方法

CollapseChildItems()

確定此ISharePointProjectMember專案的所有子項目都會在 方案總管 中折疊。

事件

Disposed

在處置物件時發生。

(繼承來源 INotifyObjectDisposed)
Disposing

在處置物件時發生。

(繼承來源 INotifyObjectDisposing)
NameChanged

在變更專案成員節點的名稱時發生。

適用於