IVsSolutionLogger.LogMessage(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.