C# Class GoogleCloudExtension.AnalyticsOptionsPage

This class represents the extension's analytics settings.
Inheritance: Microsoft.VisualStudio.Shell.DialogPage
Afficher le fichier Open project: GoogleCloudPlatform/google-cloud-visualstudio

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ResetSettings ( ) : void

Reset all the settings to their default values.

SaveSettingsToStorage ( ) : void

Perform all of the setting alterantions necessary before finally saving the settings to storage.

Method Details

ResetSettings() public méthode

Reset all the settings to their default values.
public ResetSettings ( ) : void
Résultat void

SaveSettingsToStorage() public méthode

Perform all of the setting alterantions necessary before finally saving the settings to storage.
public SaveSettingsToStorage ( ) : void
Résultat void