BuildProvider.VirtualPathDependencies プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ビルド プロバイダーがコードを生成する前にビルドする必要がある仮想パスのコレクションを表します。
public:
virtual property System::Collections::ICollection ^ VirtualPathDependencies { System::Collections::ICollection ^ get(); };
public virtual System.Collections.ICollection VirtualPathDependencies { get; }
member this.VirtualPathDependencies : System.Collections.ICollection
Public Overridable ReadOnly Property VirtualPathDependencies As ICollection
プロパティ値
ビルド プロバイダーのこのインスタンスが依存している仮想パスを表す文字列の読み取り専用コレクション。
注釈
VirtualPathDependencies プロパティは、BuildProvider インスタンスがソース コードを生成する前にコンパイルする必要がある仮想パスのコレクションです。 VirtualPathDependenciesの仮想パスのアセンブリは、BuildProvider インスタンスのコンパイルへの参照として追加されます。