C# Class ExcelDna.IntelliSense.XmlIntelliSenseProvider

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

Méthodes publiques

Méthode Description
Dispose ( ) : void
GetFunctionInfos ( ) : IList
Initialize ( ) : void
OnInvalidate ( object _unused_ ) : void
Refresh ( ) : void
RegisterXmlFunctionInfo ( string fileName, string xmlIntelliSense = null ) : void
UnregisterXmlFunctionInfo ( string fileName ) : void
XmlIntelliSenseProvider ( ) : System

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetFunctionInfos() public méthode

public GetFunctionInfos ( ) : IList
Résultat IList

Initialize() public méthode

public Initialize ( ) : void
Résultat void

OnInvalidate() public méthode

public OnInvalidate ( object _unused_ ) : void
_unused_ object
Résultat void

Refresh() public méthode

public Refresh ( ) : void
Résultat void

RegisterXmlFunctionInfo() public méthode

public RegisterXmlFunctionInfo ( string fileName, string xmlIntelliSense = null ) : void
fileName string
xmlIntelliSense string
Résultat void

UnregisterXmlFunctionInfo() public méthode

public UnregisterXmlFunctionInfo ( string fileName ) : void
fileName string
Résultat void

XmlIntelliSenseProvider() public méthode

public XmlIntelliSenseProvider ( ) : System
Résultat System