BuildProvider.VirtualPathDependencies プロパティ

定義

ビルド プロバイダーがコードを生成する前に構築する必要がある仮想パスのコレクションを表します。

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

プロパティ値

ICollection

ビルド プロバイダーのこのインスタンスが依存する仮想パスを表す文字列から成る、読み取り専用のコレクション。

注釈

この VirtualPathDependencies プロパティは、インスタンスがソース コードを生成する前にコンパイルする必要がある仮想パスの BuildProvider コレクションです。 仮想パスのアセンブリは、インスタンスの VirtualPathDependencies コンパイル BuildProvider への参照として追加されます。

適用対象

こちらもご覧ください