埋め込みマップ ポイントのコレクションを取得します。値の設定も可能です。
名前空間: Microsoft.ReportingServices.RdlObjectModel
アセンブリ: Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)
構文
'宣言
Public Property MapPoints As IList(Of MapPoint)
Get
Set
'使用
Dim instance As MapPointLayer
Dim value As IList(Of MapPoint)
value = instance.MapPoints
instance.MapPoints = value
public IList<MapPoint> MapPoints { get; set; }
public:
property IList<MapPoint^>^ MapPoints {
IList<MapPoint^>^ get ();
void set (IList<MapPoint^>^ value);
}
member MapPoints : IList<MapPoint> with get, set
function get MapPoints () : IList<MapPoint>
function set MapPoints (value : IList<MapPoint>)
プロパティ値
型: System.Collections.Generic.IList<MapPoint>
IList<T> オブジェクト。