Share via


ReadOnlyNamedDictionary<TValue> 类

继承层次结构

System.Object
  System.MarshalByRefObject
    Microsoft.SharePoint.BusinessData.Infrastructure.Collections.ReadOnlyDictionary<String, TValue>
      Microsoft.SharePoint.BusinessData.Infrastructure.Collections.ReadOnlyNamedDictionary<TValue>

命名空间:  Microsoft.SharePoint.BusinessData.Infrastructure.Collections
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Class ReadOnlyNamedDictionary(Of TValue) _
    Inherits ReadOnlyDictionary(Of String, TValue) _
    Implements IReadOnlyNamedDictionary(Of TValue), IReadOnlyDictionary(Of String, TValue),  _
    IReadOnlyCollection(Of KeyValuePair(Of String, TValue)), IEnumerable(Of KeyValuePair(Of String, TValue)),  _
    IEnumerable
用法
Dim instance As ReadOnlyNamedDictionary(Of TValue)
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public class ReadOnlyNamedDictionary<TValue> : ReadOnlyDictionary<string, TValue>, 
    IReadOnlyNamedDictionary<TValue>, IReadOnlyDictionary<string, TValue>, IReadOnlyCollection<KeyValuePair<string, TValue>>, 
    IEnumerable<KeyValuePair<string, TValue>>, IEnumerable

类型参数

  • TValue

线程安全性

该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。

另请参阅

引用

ReadOnlyNamedDictionary<TValue> 成员

Microsoft.SharePoint.BusinessData.Infrastructure.Collections 命名空间