Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Reports errors and informational messages.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("DCF3E6DE-2DC0-421E-9DBB-375BB5255A80")> _
Public Interface IVsUpgradeLogger2
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("DCF3E6DE-2DC0-421E-9DBB-375BB5255A80")]
public interface IVsUpgradeLogger2
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"DCF3E6DE-2DC0-421E-9DBB-375BB5255A80")]
public interface class IVsUpgradeLogger2
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("DCF3E6DE-2DC0-421E-9DBB-375BB5255A80")>]
type IVsUpgradeLogger2 = interface end
public interface IVsUpgradeLogger2
The IVsUpgradeLogger2 type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
ChangeUpgradeLogPath | Changes the absolute path and file name of the upgrade log file after the upgrade logger has been initialized. |
Top