다음을 통해 공유


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< (Of < ( <'MapPoint> ) > ) >
A IList<(Of <(<'T>)>)> object.