IVsSolutionLogger.LogMessage(String) Method

Definition

Logs a project load message.

public:
 int LogMessage(System::String ^ pszMessage);
public:
 int LogMessage(Platform::String ^ pszMessage);
int LogMessage(std::wstring const & pszMessage);
public int LogMessage (string pszMessage);
abstract member LogMessage : string -> int
Public Function LogMessage (pszMessage As String) As Integer

Parameters

pszMessage
String

The message.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Applies to