次の方法で共有


MapVectorLayer.MapFieldDefinitions プロパティ

ベクトル レイヤー内の 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> オブジェクト。

関連項目

参照

MapVectorLayer クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間