MapPointLayer.MapPoints 屬性
Gets or sets a collection of embedded map points.
命名空間: 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>
A IList<T> object.