C# Class ReasonCodeExample.XPathInformation.VisualStudioIntegration.XPathInformationDialogPage

Inheritance: Microsoft.VisualStudio.Shell.DialogPage, IConfiguration
Mostrar archivo Open project: uli-weltersbach/XPathInformation

Private Properties

Property Type Description
LoadCollectionsFromRegistry void
LoadCollectionsFromStorage void
LoadDefaultSettings void
SaveAlwaysDisplayedAttributesSettingToStorage void
SaveCollectionToRegistry void
SaveCollectionToStorage void
SavePreferredAttributeCandidatesSettingToStorage void
SetPropertyValue void

Public Methods

Method Description
LoadSettingsFromStorage ( ) : void
XPathInformationDialogPage ( ) : System.Collections.Generic

Private Methods

Method Description
LoadCollectionsFromRegistry ( RegistryKey userRegistryRoot ) : void
LoadCollectionsFromStorage ( ) : void
LoadDefaultSettings ( ) : void
SaveAlwaysDisplayedAttributesSettingToStorage ( object sender, ListChangedEventArgs e ) : void
SaveCollectionToRegistry ( RegistryKey userRegistryRoot, string propertyName, BindingList settings ) : void
SaveCollectionToStorage ( string propertyName, BindingList settings ) : void
SavePreferredAttributeCandidatesSettingToStorage ( object sender, ListChangedEventArgs e ) : void
SetPropertyValue ( object automationObject, string propertyName, RegistryKey registryKey ) : void

Method Details

LoadSettingsFromStorage() public method

public LoadSettingsFromStorage ( ) : void
return void

XPathInformationDialogPage() public method

public XPathInformationDialogPage ( ) : System.Collections.Generic
return System.Collections.Generic