C# Class GoogleCloudExtension.AnalyticsOptionsPage

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

Private Properties

Property Type Description

Public Methods

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

Reset all the settings to their default values.
public ResetSettings ( ) : void
return void

SaveSettingsToStorage() public method

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