ServiceBuildProvider.GetCustomString(CompilerResults) 方法

定義

產生要在已編譯之組件中保留的字串。

此 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

組建提供者之虛擬路徑的編譯結果。

傳回

String

要保留在建置環境中的字串。

適用於