AttributeDictionary 类 
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
HTML 属性的字典。
public ref class AttributeDictionary : System::Collections::Generic::ICollection<System::Collections::Generic::KeyValuePair<System::String ^, System::String ^>>, System::Collections::Generic::IDictionary<System::String ^, System::String ^>, System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::String ^>>, System::Collections::Generic::IReadOnlyCollection<System::Collections::Generic::KeyValuePair<System::String ^, System::String ^>>, System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::String ^>public class AttributeDictionary : System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<string,string>>, System.Collections.Generic.IDictionary<string,string>, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,string>>, System.Collections.Generic.IReadOnlyCollection<System.Collections.Generic.KeyValuePair<string,string>>, System.Collections.Generic.IReadOnlyDictionary<string,string>type AttributeDictionary = class
    interface IDictionary<string, string>
    interface ICollection<KeyValuePair<string, string>>
    interface seq<KeyValuePair<string, string>>
    interface IEnumerable
    interface IReadOnlyDictionary<string, string>
    interface IReadOnlyCollection<KeyValuePair<string, string>>type AttributeDictionary = class
    interface ICollection<KeyValuePair<string, string>>
    interface seq<KeyValuePair<string, string>>
    interface IEnumerable
    interface IDictionary<string, string>
    interface IReadOnlyCollection<KeyValuePair<string, string>>
    interface IReadOnlyDictionary<string, string>Public Class AttributeDictionary
Implements ICollection(Of KeyValuePair(Of String, String)), IDictionary(Of String, String), IEnumerable(Of KeyValuePair(Of String, String)), IReadOnlyCollection(Of KeyValuePair(Of String, String)), IReadOnlyDictionary(Of String, String)- 继承
- 
				AttributeDictionary
- 实现
- 
		ICollection<KeyValuePair<String,String>> ICollection<KeyValuePair<TKey,TValue>> IDictionary<String,String> IEnumerable<KeyValuePair<String,String>> IEnumerable<KeyValuePair<TKey,TValue>> IEnumerable<T> IReadOnlyCollection<KeyValuePair<String,String>> IReadOnlyCollection<KeyValuePair<TKey,TValue>> IReadOnlyDictionary<String,String> IEnumerable
构造函数
| AttributeDictionary() | HTML 属性的字典。 | 
属性
| Count | HTML 属性的字典。 | 
| IsReadOnly | HTML 属性的字典。 | 
| Item[String] | HTML 属性的字典。 | 
| Keys | HTML 属性的字典。 | 
| Values | HTML 属性的字典。 | 
方法
| Add(KeyValuePair<String,String>) | HTML 属性的字典。 | 
| Add(String, String) | HTML 属性的字典。 | 
| Clear() | HTML 属性的字典。 | 
| Contains(KeyValuePair<String,String>) | HTML 属性的字典。 | 
| ContainsKey(String) | HTML 属性的字典。 | 
| CopyTo(KeyValuePair<String,String>[], Int32) | HTML 属性的字典。 | 
| GetEnumerator() | HTML 属性的字典。 | 
| Remove(KeyValuePair<String,String>) | HTML 属性的字典。 | 
| Remove(String) | HTML 属性的字典。 | 
| TryGetValue(String, String) | HTML 属性的字典。 | 
显式接口实现
| IEnumerable.GetEnumerator() | HTML 属性的字典。 | 
| IEnumerable<KeyValuePair<String,String>>.GetEnumerator() | HTML 属性的字典。 | 
| IReadOnlyDictionary<String,String>.Keys | HTML 属性的字典。 | 
| IReadOnlyDictionary<String,String>.Values | HTML 属性的字典。 |