Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets a collection of embedded map polygons.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property MapPolygons As IList(Of MapPolygon)
Get
Set
'Utilisation
Dim instance As MapPolygonLayer
Dim value As IList(Of MapPolygon)
value = instance.MapPolygons
instance.MapPolygons = value
public IList<MapPolygon> MapPolygons { get; set; }
public:
property IList<MapPolygon^>^ MapPolygons {
IList<MapPolygon^>^ get ();
void set (IList<MapPolygon^>^ value);
}
member MapPolygons : IList<MapPolygon> with get, set
function get MapPolygons () : IList<MapPolygon>
function set MapPolygons (value : IList<MapPolygon>)
Valeur de propriété
Type : System.Collections.Generic.IList<MapPolygon>
An IList<T> object.