IVsSolutionLogger Interface
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.
Implemented by the solution and used by projects to report any project load-related issues. It can be obtained from SVsSolution.
public interface class IVsSolutionLogger
public interface class IVsSolutionLogger
__interface IVsSolutionLogger
[System.Runtime.InteropServices.Guid("4CCB7A7A-BCEB-427C-84C5-FF0BD655311E")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsSolutionLogger
[<System.Runtime.InteropServices.Guid("4CCB7A7A-BCEB-427C-84C5-FF0BD655311E")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsSolutionLogger = interface
Public Interface IVsSolutionLogger
- Attributes
Methods
LogError(UInt32, String, String, Int32, Int32, String, String, String, String) |
Logs a load error. |
LogMessage(String) |
Logs a project load message. |