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.
This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.
Namespace:  Microsoft.VisualStudio.Tools.Applications.DesignTime
Assembly:  Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0 (in Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0.dll)
Syntax
'Declaration
<ComVisibleAttribute(True)> _
<GuidAttribute("BEE89B4B-5761-4c8b-8906-E7DD321BBE60")> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
Public NotInheritable Class HostUpgradeHelper _
    Implements IDisposable
'Usage
Dim instance As HostUpgradeHelper
[ComVisibleAttribute(true)]
[GuidAttribute("BEE89B4B-5761-4c8b-8906-E7DD321BBE60")]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
public sealed class HostUpgradeHelper : IDisposable
[ComVisibleAttribute(true)]
[GuidAttribute(L"BEE89B4B-5761-4c8b-8906-E7DD321BBE60")]
[ClassInterfaceAttribute(ClassInterfaceType::None)]
public ref class HostUpgradeHelper sealed : IDisposable
public final class HostUpgradeHelper implements IDisposable
Inheritance Hierarchy
System.Object
  Microsoft.VisualStudio.Tools.Applications.DesignTime.HostUpgradeHelper
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace