C# Class Microsoft.VisualStudio.R.Package.Editors.LanguageSettingsStorageWithDialog

Base class of VS settings that also expose Tools | Options page that is derived from DialogPage. WebSettingsStorage
Inheritance: LanguageSettingsStorage
Afficher le fichier Open project: Microsoft/RTVS

Méthodes publiques

Méthode Description
LoadFromStorage ( ) : void

Loads settings via language (editor) tools options page

Méthodes protégées

Méthode Description
LanguageSettingsStorageWithDialog ( System.Guid languageServiceId, System.Guid packageId, IEnumerable automationObjectNames ) : System
LanguageSettingsStorageWithDialog ( System.Guid languageServiceId, System.Guid packageId, string automationObjectName ) : System

Method Details

LanguageSettingsStorageWithDialog() protected méthode

protected LanguageSettingsStorageWithDialog ( System.Guid languageServiceId, System.Guid packageId, IEnumerable automationObjectNames ) : System
languageServiceId System.Guid
packageId System.Guid
automationObjectNames IEnumerable
Résultat System

LanguageSettingsStorageWithDialog() protected méthode

protected LanguageSettingsStorageWithDialog ( System.Guid languageServiceId, System.Guid packageId, string automationObjectName ) : System
languageServiceId System.Guid
packageId System.Guid
automationObjectName string
Résultat System

LoadFromStorage() public méthode

Loads settings via language (editor) tools options page
public LoadFromStorage ( ) : void
Résultat void