IVsSolutionLogger Interface
Implemented by the solution and used by projects to report any project load-related issues. It can be obtained from SVsSolution.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'Declaration
<GuidAttribute("4CCB7A7A-BCEB-427C-84C5-FF0BD655311E")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsSolutionLogger
[GuidAttribute("4CCB7A7A-BCEB-427C-84C5-FF0BD655311E")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsSolutionLogger
[GuidAttribute(L"4CCB7A7A-BCEB-427C-84C5-FF0BD655311E")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsSolutionLogger
[<GuidAttribute("4CCB7A7A-BCEB-427C-84C5-FF0BD655311E")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsSolutionLogger = interface end
public interface IVsSolutionLogger
The IVsSolutionLogger type exposes the following members.
Methods
Name | Description | |
---|---|---|
LogError | Logs a load error. | |
LogMessage | Logs a project load message. |
Top