AttributeDictionary Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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
-
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
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. |