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
Mostra file Open project: Microsoft/RTVS

Public Methods

Method Description
LoadFromStorage ( ) : void

Loads settings via language (editor) tools options page

Protected Methods

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

protected LanguageSettingsStorageWithDialog ( System.Guid languageServiceId, System.Guid packageId, IEnumerable automationObjectNames ) : System
languageServiceId System.Guid
packageId System.Guid
automationObjectNames IEnumerable
return System

LanguageSettingsStorageWithDialog() protected method

protected LanguageSettingsStorageWithDialog ( System.Guid languageServiceId, System.Guid packageId, string automationObjectName ) : System
languageServiceId System.Guid
packageId System.Guid
automationObjectName string
return System

LoadFromStorage() public method

Loads settings via language (editor) tools options page
public LoadFromStorage ( ) : void
return void