BuildManager.GetCompiledCustomString(String) メソッド

定義

指定された仮想パスのファイルをコンパイルし、ビルド プロバイダーがキャッシュに保持するカスタム文字列を返します。

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

ビルド対象のファイルの仮想パス。

戻り値

String

GetCustomString(CompilerResults) メソッドにより返され、ディスクまたはメモリにキャッシュされる文字列。

適用対象

こちらもご覧ください