言語

MapTileLayer.MapTiles プロパティ

定義

マップタイルレイヤーに埋め込むためのマップタイルの集合を取得したり設定したりします。

public:
 property System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::MapTile ^> ^ MapTiles { System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::MapTile ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::MapTile ^> ^ value); };
[System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.MapTile>))]
public System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.MapTile> MapTiles { get; set; }
[<System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.MapTile>))>]
member this.MapTiles : System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.MapTile> with get, set
Public Property MapTiles As IList(Of MapTile)

プロパティ値

IList<T> オブジェクト。

属性

適用対象