BrandNames Class

Provides various branding string values for Microsoft Visual Studio.

Inheritance Hierarchy

System.Object
  Microsoft.Xaml.Interactivity.BrandNames

Namespace:  Microsoft.Xaml.Interactivity
Assembly:  Microsoft.Xaml.Interactivity (in Microsoft.Xaml.Interactivity.dll)

Syntax

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

The BrandNames type exposes the following members.

Fields

  Name Description
Public fieldStatic member VSGeneralBrand Specifies the full text of the brand.
Public fieldStatic member VSGeneralBrandMicrosoft Specifies the Microsoft brand text.
Public fieldStatic member VSGeneralBrandName Specifies the brand name text.
Public fieldStatic member VSGeneralBrandRelease Specifies the brand release text.
Public fieldStatic member VSGeneralBrandVersion Specifies the brand version text.
Public fieldStatic member VSGeneralUserFilesFolderName Specifies the user files folder name for Visual Studio.
Public fieldStatic member VSGeneralVersion Specifies the series version text.

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.Xaml.Interactivity Namespace