MapPolygonLayer.MapPolygons 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定內嵌地圖多邊形的集合。
public:
property System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::MapPolygon ^> ^ MapPolygons { System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::MapPolygon ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::MapPolygon ^> ^ value); };
[System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.MapPolygon>))]
public System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.MapPolygon> MapPolygons { get; set; }
[<System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.MapPolygon>))>]
member this.MapPolygons : System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.MapPolygon> with get, set
Public Property MapPolygons As IList(Of MapPolygon)
屬性值
IList<T> 物件。
- 屬性