ServiceBuildProvider.GetCustomString(CompilerResults) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
產生要在已編譯之組件中保留的字串。
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。
public:
override System::String ^ GetCustomString(System::CodeDom::Compiler::CompilerResults ^ results);
public override string GetCustomString (System.CodeDom.Compiler.CompilerResults results);
override this.GetCustomString : System.CodeDom.Compiler.CompilerResults -> string
Public Overrides Function GetCustomString (results As CompilerResults) As String
參數
- results
- CompilerResults
組建提供者之虛擬路徑的編譯結果。
傳回
要保留在建置環境中的字串。