'宣言 Function CreateExtension( _ ByVal reader As System.Xml.XmlReader, _ ByVal context As ImportContext, _ ByVal key As System.Guid _ ) As IExtension(Of T)
IExtension<T> CreateExtension( System.Xml.XmlReader reader, ImportContext context, System.Guid key )
パラメータ
- reader
- XMLリーダーを表す System.Xml.XmlReader オブジェクト。
- context
- インポートコンテキストデータを示す GrapeCity.Spreadsheet.IO.OpenXml.ImportContext オブジェクト。
- key
- 拡張のGUID識別子を示すSystem.Guid値。
戻り値の型
指定したGrapeCity.Spreadsheet.IO.OpenXml.Extensionデータで示すIExtension<T>オブジェクト。