BuildManager.GetCompiledCustomString(String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定された仮想パスのファイルをコンパイルし、ビルド プロバイダーがキャッシュに保持するカスタム文字列を返します。
public:
static System::String ^ GetCompiledCustomString(System::String ^ virtualPath);
public static string GetCompiledCustomString (string virtualPath);
static member GetCompiledCustomString : string -> string
Public Shared Function GetCompiledCustomString (virtualPath As String) As String
パラメーター
- virtualPath
- String
ビルド対象のファイルの仮想パス。
戻り値
GetCustomString(CompilerResults) メソッドにより返され、ディスクまたはメモリにキャッシュされる文字列。