Compartilhar via


StartPageHelper Class

Microsoft internal use only.

Inheritance Hierarchy

Object
  Microsoft.VisualStudio.PlatformUI.StartPageHelper

Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)

Syntax

'Declaration
Public NotInheritable Class StartPageHelper
public static class StartPageHelper
public ref class StartPageHelper abstract sealed
[<AbstractClass>]
[<Sealed>]
type StartPageHelper =  class end
public final class StartPageHelper

The StartPageHelper type exposes the following members.

Properties

  Name Description
Public propertyStatic member StartPageResourcePath Gets the path to the localized start page resources.

Top

Methods

  Name Description
Public methodStatic member GetCustomStartPageFullyQualifiedFilename Microsoft internal use only.
Public methodStatic member GetUserStartPagesFolder Microsoft internal use only.

Top

Fields

  Name Description
Public fieldStatic member DefaultSkuName The default SKU name: “Professional”.
Public fieldStatic member PremiumSkuName The Premium SKU name: “Premium”.
Public fieldStatic member StartPagesDirectoryName Microsoft internal use only.
Public fieldStatic member UltimateSkuName The Ultimate SKU name: “Ultimate”.

Top

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.PlatformUI Namespace