C# Class ExcelDna.IntelliSense.XmlIntelliSenseProvider.XmlRegistrationInfo

显示文件 Open project: Excel-DNA/IntelliSense

Public Methods

Method Description
GetFunctionInfos ( ) : IEnumerable
Refresh ( ) : void
XmlRegistrationInfo ( string fileName, string xmlIntelliSense ) : System

Method Details

GetFunctionInfos() public method

public GetFunctionInfos ( ) : IEnumerable
return IEnumerable

Refresh() public method

public Refresh ( ) : void
return void

XmlRegistrationInfo() public method

public XmlRegistrationInfo ( string fileName, string xmlIntelliSense ) : System
fileName string
xmlIntelliSense string
return System