別のフィーチャーが依存している 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 から継承されます。) |
このページのトップへ