MapVectorLayer.MapFieldDefinitions 属性

Gets or sets a collection of A MapFieldDefinition objects in the vector layer.

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

语法

声明
Public Property MapFieldDefinitions As IList(Of MapFieldDefinition)
    Get
    Set
用法
Dim instance As MapVectorLayer
Dim value As IList(Of MapFieldDefinition)

value = instance.MapFieldDefinitions

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