C# Class ExtensionSync.ExtensionSyncPackage

Inheritance: Microsoft.VisualStudio.Shell.Package, IVsShellPropertyEvents
Afficher le fichier Open project: latish/VisualStudioExtensionSync

Private Properties

Свойство Type Description
CleanUpFileWatcher void
LogMessage void
OnFileWatcherOnChanged void
OptionsPageSettingsDirectoryPathUpdated void
PersistExtensionSettings void
SetUpLogger void
SetupFileWatcher void
SynchronizeExtensions void

Méthodes publiques

Méthode Description
OnShellPropertyChange ( int propid, object var ) : int

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
Initialize ( ) : void

Private Methods

Méthode Description
CleanUpFileWatcher ( ) : void
LogMessage ( string message ) : void
OnFileWatcherOnChanged ( object s, FileSystemEventArgs e ) : void
OptionsPageSettingsDirectoryPathUpdated ( string path ) : void
PersistExtensionSettings ( ) : void
SetUpLogger ( ) : void
SetupFileWatcher ( ) : void
SynchronizeExtensions ( ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void

OnShellPropertyChange() public méthode

public OnShellPropertyChange ( int propid, object var ) : int
propid int
var object
Résultat int