次の方法で共有


ServiceBuildProvider.VirtualPathDependencies プロパティ

定義

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

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

public:
 virtual property System::Collections::ICollection ^ VirtualPathDependencies { System::Collections::ICollection ^ get(); };
public override System.Collections.ICollection VirtualPathDependencies { get; }
member this.VirtualPathDependencies : System.Collections.ICollection
Public Overrides ReadOnly Property VirtualPathDependencies As ICollection

プロパティ値

ビルド プロバイダーのこのインスタンスが依存する仮想パス。

適用対象