C# Class ExcelDna.IntelliSense.ExcelDnaIntelliSenseProvider

Inheritance: IIntelliSenseProvider
Afficher le fichier Open project: Excel-DNA/IntelliSense

Méthodes publiques

Méthode Description
Dispose ( ) : void
ExcelDnaIntelliSenseProvider ( SynchronizationContext syncContextMain ) : System
GetFunctionInfos ( ) : IList
Initialize ( ) : void
Refresh ( ) : void

Private Methods

Méthode Description
GetLoadedXllPaths ( ) : IEnumerable
GetXmlPath ( string xllPath ) : string
OnInvalidate ( object _unused_ ) : void
ProcessLoadNotification ( object state ) : void
loaderNotification_LoadNotification ( object sender, LoaderNotification e ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ExcelDnaIntelliSenseProvider() public méthode

public ExcelDnaIntelliSenseProvider ( SynchronizationContext syncContextMain ) : System
syncContextMain System.Threading.SynchronizationContext
Résultat System

GetFunctionInfos() public méthode

public GetFunctionInfos ( ) : IList
Résultat IList

Initialize() public méthode

public Initialize ( ) : void
Résultat void

Refresh() public méthode

public Refresh ( ) : void
Résultat void