INamedPropertyDictionary インターフェイス
名前付きのプロパティのコレクションを表します。
名前空間: Microsoft.BusinessData.MetadataModel.Collections
アセンブリ: Microsoft.BusinessData (Microsoft.BusinessData.dll 内)
構文
'宣言
Public Interface INamedPropertyDictionary _
Inherits IReadOnlyNamedDictionary(Of Object), IReadOnlyDictionary(Of String, Object), _
IReadOnlyCollection(Of KeyValuePair(Of String, Object)), IEnumerable
'使用
Dim instance As INamedPropertyDictionary
public interface INamedPropertyDictionary : IReadOnlyNamedDictionary<Object>,
IReadOnlyDictionary<string, Object>, IReadOnlyCollection<KeyValuePair<string, Object>>,
IEnumerable