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.