Share via


AttributeDictionary 類別

定義

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
實作

建構函式

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 屬性的字典。

適用於