C# Class GoogleCloudExtension.Theming.ThemeManager

This class implements a very simple theme manager.
显示文件 Open project: GoogleCloudPlatform/google-cloud-visualstudio

Public Methods

Method 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 method

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