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