VsShellUtilities.LogError(String, String) 方法

定义

记录错误。

public:
 static void LogError(System::String ^ source, System::String ^ error);
public:
 static void LogError(Platform::String ^ source, Platform::String ^ error);
 static void LogError(std::wstring const & source, std::wstring const & error);
public static void LogError (string source, string error);
static member LogError : string * string -> unit
Public Shared Sub LogError (source As String, error As String)
Public Sub LogError (source As String, error As String)

参数

source
String

源。

error
String

错误。

适用于