IVsSolutionLogger Interface

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

Syntax

‘선언
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("4CCB7A7A-BCEB-427C-84C5-FF0BD655311E")> _
Public Interface IVsSolutionLogger
‘사용 방법
Dim instance As IVsSolutionLogger
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("4CCB7A7A-BCEB-427C-84C5-FF0BD655311E")]
public interface IVsSolutionLogger
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"4CCB7A7A-BCEB-427C-84C5-FF0BD655311E")]
public interface class IVsSolutionLogger
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("4CCB7A7A-BCEB-427C-84C5-FF0BD655311E")>]
type IVsSolutionLogger =  interface end
public interface IVsSolutionLogger

See Also

Reference

IVsSolutionLogger Members

Microsoft.VisualStudio.Shell.Interop Namespace