Map.MapLayers 属性

Gets or sets a collection of layers for the map.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Property MapLayers As IList(Of MapLayer)
    Get
    Set
用法
Dim instance As Map
Dim value As IList(Of MapLayer)

value = instance.MapLayers

instance.MapLayers = value
public IList<MapLayer> MapLayers { get; set; }
public:
property IList<MapLayer^>^ MapLayers {
    IList<MapLayer^>^ get ();
    void set (IList<MapLayer^>^ value);
}
member MapLayers : IList<MapLayer> with get, set
function get MapLayers () : IList<MapLayer>
function set MapLayers (value : IList<MapLayer>)

属性值

类型:System.Collections.Generic.IList<MapLayer>
An IList<T> object.