IFeatureManifest 介面
代表 SharePoint 功能的資訊清單。
命名空間: Microsoft.VisualStudio.SharePoint.Features
組件: Microsoft.VisualStudio.SharePoint (在 Microsoft.VisualStudio.SharePoint.dll 中)
語法
'宣告
Public Interface IFeatureManifest _
Inherits IObservableModelElement
public interface IFeatureManifest : IObservableModelElement
IFeatureManifest 型別會公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
![]() |
ActivateOnDefault | 取得或設定是否在安裝期間啟動功能。 |
![]() |
ActivationDependencies | 取得啟動目前功能所依據的功能清單。 |
![]() |
AlwaysForceInstall | 取得或設定是否應強制安裝功能,即使該功能已經安裝。 |
![]() |
AutoActivateInCentralAdmin | 取得或設定是否預設為系統管理員啟動功能。 |
![]() |
Creator | 取得或設定建立功能之開發人員的姓名。 |
![]() |
DefaultResourceFile | 取得或設定擷取功能資源的中央資源檔案。 |
![]() |
Description | 取得或設定功能所進行操作的描述。 |
![]() |
Elements | 取得功能元素定義和支援檔案的清單。 |
![]() |
FeatureId | 取得或設定功能的 SharePoint ID。 |
![]() |
ImageAltText | 取得或設定關聯於功能之影像的文字。 |
![]() |
ImageUrl | 取得或設定與功能相關聯之影像的相對 URL。 |
![]() |
IsHidden | 取得或設定是否在可啟動功能清單中顯示這項功能。 |
![]() |
Properties | 取得功能屬性的預設值清單。 |
![]() |
ReceiverAssembly | 取得或設定組件的完整名稱,此組件內含功能的事件接收器。 |
![]() |
ReceiverClass | 取得或設定功能之事件接收器的類別名稱。 |
![]() |
RequireResources | 取得或設定 SharePoint 是否會檢查特定語言或文化特性的資源。 |
![]() |
Scope | 取得或設定要在其中啟動功能的內容。 |
![]() |
SolutionId | 取得或設定即將安裝功能的 SharePoint 伺服器 ID。此屬性僅做基礎結構之用,而且不應該使用。 |
![]() |
Title | 取得或設定功能的標題 (最多 255 個字元)。 |
![]() |
UIVersion | 取得或設定表示網站相容版本的字串。 |
![]() |
UpgradeActions | 取得升級目前功能時執行動作的清單。 |
![]() |
UpgradeActionsReceiverAssembly | 取得或設定組件的完整名稱,它內含負責處理自訂升級動作的功能事件接收器。 |
![]() |
UpgradeActionsReceiverClass | 取得或設定處理自訂升級動作之功能事件接收器的類別名稱。 |
![]() |
Version | 取得或設定功能版本的 System.Version 相容表示。此值最多可以是以小數點分隔的四個數字。 |
回頁首
事件
名稱 | 說明 | |
---|---|---|
![]() |
PropertyChanged | 發生於已變更 DSL 模型項目時。 (繼承自 IObservableModelElement)。 |
![]() |
PropertyChanging | 發生於正在變更 DSL 模型項目時。 (繼承自 IObservableModelElement)。 |
回頁首