C# 클래스 GoogleCloudExtension.AnalyticsOptionsPage

This class represents the extension's analytics settings.
상속: Microsoft.VisualStudio.Shell.DialogPage
파일 보기 프로젝트 열기: GoogleCloudPlatform/google-cloud-visualstudio

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