Share via


AttributeDictionary Klasse

Definition

Ein Wörterbuch für HTML-Attribute.

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)
Vererbung
AttributeDictionary
Implementiert

Konstruktoren

AttributeDictionary()

Ein Wörterbuch für HTML-Attribute.

Eigenschaften

Count

Ein Wörterbuch für HTML-Attribute.

IsReadOnly

Ein Wörterbuch für HTML-Attribute.

Item[String]

Ein Wörterbuch für HTML-Attribute.

Keys

Ein Wörterbuch für HTML-Attribute.

Values

Ein Wörterbuch für HTML-Attribute.

Methoden

Add(KeyValuePair<String,String>)

Ein Wörterbuch für HTML-Attribute.

Add(String, String)

Ein Wörterbuch für HTML-Attribute.

Clear()

Ein Wörterbuch für HTML-Attribute.

Contains(KeyValuePair<String,String>)

Ein Wörterbuch für HTML-Attribute.

ContainsKey(String)

Ein Wörterbuch für HTML-Attribute.

CopyTo(KeyValuePair<String,String>[], Int32)

Ein Wörterbuch für HTML-Attribute.

GetEnumerator()

Ein Wörterbuch für HTML-Attribute.

Remove(KeyValuePair<String,String>)

Ein Wörterbuch für HTML-Attribute.

Remove(String)

Ein Wörterbuch für HTML-Attribute.

TryGetValue(String, String)

Ein Wörterbuch für HTML-Attribute.

Explizite Schnittstellenimplementierungen

IEnumerable.GetEnumerator()

Ein Wörterbuch für HTML-Attribute.

IEnumerable<KeyValuePair<String,String>>.GetEnumerator()

Ein Wörterbuch für HTML-Attribute.

IReadOnlyDictionary<String,String>.Keys

Ein Wörterbuch für HTML-Attribute.

IReadOnlyDictionary<String,String>.Values

Ein Wörterbuch für HTML-Attribute.

Gilt für: