次の方法で共有


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

プロパティ値

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

注釈

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

適用対象

こちらもご覧ください