次の方法で共有


MapFieldDefinitions プロパティ

ベクトル レイヤー内の MapFieldDefinition オブジェクトのコレクションを取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property MapFieldDefinitions As MapFieldDefinitionCollection
    Get
'使用
Dim instance As MapVectorLayer
Dim value As MapFieldDefinitionCollection

value = instance.MapFieldDefinitions
public MapFieldDefinitionCollection MapFieldDefinitions { get; }
public:
property MapFieldDefinitionCollection^ MapFieldDefinitions {
    MapFieldDefinitionCollection^ get ();
}
member MapFieldDefinitions : MapFieldDefinitionCollection
function get MapFieldDefinitions () : MapFieldDefinitionCollection