MapTileLayer.MapTiles プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
マップタイルレイヤーに埋め込むためのマップタイルの集合を取得したり設定したりします。
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> オブジェクト。
- 属性