IReferencedFeatureActivationDependency 介面
代表另一項功能所依存的 Visual Studio 方案內功能。
命名空間: Microsoft.VisualStudio.SharePoint.Features
組件: Microsoft.VisualStudio.SharePoint (在 Microsoft.VisualStudio.SharePoint.dll 中)
語法
'宣告
Public Interface IReferencedFeatureActivationDependency _
Inherits IFeatureActivationDependency, IObservableModelElement
public interface IReferencedFeatureActivationDependency : IFeatureActivationDependency,
IObservableModelElement
IReferencedFeatureActivationDependency 型別會公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
Description | 取得或設定啟動相依性的描述。 (繼承自 IFeatureActivationDependency)。 | |
ItemId | 取得被參考功能的 SharePoint 專案系統 ID。 | |
MinimumVersion | 取得或設定必須安裝的相依功能最小版本,安裝後這項功能才能正常運作。 (繼承自 IFeatureActivationDependency)。 | |
ProjectPath | 取得或設定被參考功能所屬之專案檔案的路徑。 |
回頁首
事件
名稱 | 說明 | |
---|---|---|
PropertyChanged | 發生於已變更 DSL 模型項目時。 (繼承自 IObservableModelElement)。 | |
PropertyChanging | 發生於正在變更 DSL 模型項目時。 (繼承自 IObservableModelElement)。 |
回頁首