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