IVsUpgradeLogger Interface
Reports errors and informational messages.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
‘선언
<InterfaceTypeAttribute()> _
<GuidAttribute("AE88C42E-B3D6-4FEC-9C63-C9F1B28233EA")> _
Public Interface IVsUpgradeLogger
‘사용 방법
Dim instance As IVsUpgradeLogger
[InterfaceTypeAttribute()]
[GuidAttribute("AE88C42E-B3D6-4FEC-9C63-C9F1B28233EA")]
public interface IVsUpgradeLogger
[InterfaceTypeAttribute()]
[GuidAttribute(L"AE88C42E-B3D6-4FEC-9C63-C9F1B28233EA")]
public interface class IVsUpgradeLogger
public interface IVsUpgradeLogger
Remarks
As an upgrade logger, this interface is used by implementers of IVsProjectUpgradeViaFactory to report errors and informational messages.