C# Класс GoogleCloudExtension.AnalyticsOptionsPage

This class represents the extension's analytics settings.
Наследование: Microsoft.VisualStudio.Shell.DialogPage
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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.

Описание методов

ResetSettings() публичный Метод

Reset all the settings to their default values.
public ResetSettings ( ) : void
Результат void

SaveSettingsToStorage() публичный Метод

Perform all of the setting alterantions necessary before finally saving the settings to storage.
public SaveSettingsToStorage ( ) : void
Результат void