バージョン

MetadataPropertyMappingCollection クラス

Infragistics.Controls.Schedules.ActivityBase.Metadata ディクショナリに値が追加されるフィールドを指定するために使用されるコレクション。
シンタックス
'宣言
 
Public Class MetadataPropertyMappingCollection 
   Inherits Infragistics.PropertyMappingCollection(Of String,MetadataPropertyMapping)
public class MetadataPropertyMappingCollection : Infragistics.PropertyMappingCollection<string,MetadataPropertyMapping> 
解説

MetadataPropertyMappingCollection クラスは PropertyMappingCollection<TKey,TMapping>.MetadataPropertyMappings プロパティによって使用されます。このようなマッピング向けのデータ ソース内のデータ項目から作成される基本 Infragistics.Controls.Schedules.ActivityBase 派生インスタンスの場合、Infragistics.Controls.Schedules.ActivityBase.Metadata ディクショナリが、このマッピング コレクションで指定されたフィールドの値から生成されます。また、メタデータ ディクショナリへの変更は、これらのマッピングに基づくデータ ソースにポストバックされます。

参照