C# Class GoogleCloudExtension.Theming.ThemeManager

This class implements a very simple theme manager.
Afficher le fichier Open project: GoogleCloudPlatform/google-cloud-visualstudio

Méthodes publiques

Méthode Description
GetCurrentTheme ( ) : VsTheme

Returns the current known theme to the caller. It will return VsTheme.Unknown for custom themes created by the user.

Method Details

GetCurrentTheme() public static méthode

Returns the current known theme to the caller. It will return VsTheme.Unknown for custom themes created by the user.
public static GetCurrentTheme ( ) : VsTheme
Résultat VsTheme