ベクトル レイヤー内の MapFieldDefinition オブジェクトのコレクションを取得します。値の設定も可能です。
名前空間: 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<MapFieldDefinition>
IList<T> オブジェクト。