共用方式為


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) 方法傳回的字串,它會快取到磁碟或記憶體。

適用於

另請參閱