MapPolygonLayer.MapPolygons プロパティ

定義

埋め込みマップ多角形のコレクションを取得します。値の設定も可能です。

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> オブジェクト。

属性

適用対象