GrapeCity.ActiveReports.Extensibility.v9 アセンブリ > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map 名前空間 > IMapTileProvider インターフェース : GetTile メソッド |
'宣言 Sub GetTile( _ ByVal key As MapTileKey, _ ByVal success As Action(Of IMapTile), _ ByVal error As Action(Of Exception) _ )
void GetTile( MapTileKey key, Action<IMapTile> success, Action<Exception> error )