ISharePointProjectFeature 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供功能的相關資訊。
public interface class ISharePointProjectFeature : Microsoft::VisualStudio::SharePoint::ISharePointProjectMember, System::ComponentModel::INotifyPropertyChanged
public interface ISharePointProjectFeature : Microsoft.VisualStudio.SharePoint.ISharePointProjectMember, System.ComponentModel.INotifyPropertyChanged
type ISharePointProjectFeature = interface
interface ISharePointProjectMember
interface IAnnotatedObject
interface INotifyObjectDisposing
interface INotifyObjectDisposed
interface INotifyPropertyChanged
Public Interface ISharePointProjectFeature
Implements INotifyPropertyChanged, ISharePointProjectMember
- 實作
備註
ISharePointProjectFeature 與具有 .feature 檔案的資料夾相關聯。
屬性
Annotations |
取得 IAnnotationDictionary 執行個體,以建立自訂資料與實作 IAnnotatedObject 介面之物件的關聯。 (繼承來源 IAnnotatedObject) |
EventReceiverFile |
取得與功能建立關聯的事件接收器程式碼檔。 |
FeatureFile |
取得 .feature 檔案的專案成員。 |
FullPath |
取得專案成員檔案或目錄的完整來源路徑。 (繼承來源 ISharePointProjectMember) |
Icon |
取得方案總管中所顯示專案成員節點的圖示。 (繼承來源 ISharePointProjectMember) |
Id |
取得功能檔的識別碼。 |
IsDisposed |
取得是否處置物件。 (繼承來源 INotifyObjectDisposed) |
IsDisposing |
取得是否正在處置物件。 (繼承來源 INotifyObjectDisposing) |
IsExpanded |
取得或設定是否在方案總管中展開該節點。 (繼承來源 ISharePointProjectMember) |
ManifestTemplateFile |
取得與功能建立關聯的資訊清單範本檔。 |
Model |
取得功能檔的物件模型。 |
Name |
取得方案總管中所顯示專案成員節點的名稱。 (繼承來源 ISharePointProjectMember) |
Project |
取得包含專案的參考。 (繼承來源 ISharePointProjectMember) |
ProjectItems |
取得從此功能執行個體參考的 ISharePointProjectItem 執行個體集合。 |
ResourceFiles |
取得與功能建立關聯的資源檔集合。 |
方法
CollapseChildItems() |
確定此 ISharePointProjectMember 專案的所有子項目都會在 方案總管 中折疊。 (繼承來源 ISharePointProjectMember) |
Validate() |
執行功能的設計階段驗證,並更新 IDE 中的錯誤清單。 |
事件
Disposed |
在處置物件時發生。 (繼承來源 INotifyObjectDisposed) |
Disposing |
在處置物件時發生。 (繼承來源 INotifyObjectDisposing) |
NameChanged |
在變更專案成員節點的名稱時發生。 (繼承來源 ISharePointProjectMember) |