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>)

屬性值

型別:System.Collections.Generic. . :: . .IList< (Of < ( <'MapFieldDefinition> ) > ) >
A IList<(Of <(<'T>)>)> object.