AttributeDictionary Klasa

Definicja

Słownik atrybutów 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)
Dziedziczenie
AttributeDictionary
Implementuje

Konstruktory

AttributeDictionary()

Słownik atrybutów HTML.

Właściwości

Count

Słownik atrybutów HTML.

IsReadOnly

Słownik atrybutów HTML.

Item[String]

Słownik atrybutów HTML.

Keys

Słownik atrybutów HTML.

Values

Słownik atrybutów HTML.

Metody

Add(KeyValuePair<String,String>)

Słownik atrybutów HTML.

Add(String, String)

Słownik atrybutów HTML.

Clear()

Słownik atrybutów HTML.

Contains(KeyValuePair<String,String>)

Słownik atrybutów HTML.

ContainsKey(String)

Słownik atrybutów HTML.

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

Słownik atrybutów HTML.

GetEnumerator()

Słownik atrybutów HTML.

Remove(KeyValuePair<String,String>)

Słownik atrybutów HTML.

Remove(String)

Słownik atrybutów HTML.

TryGetValue(String, String)

Słownik atrybutów HTML.

Jawne implementacje interfejsu

IEnumerable.GetEnumerator()

Słownik atrybutów HTML.

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

Słownik atrybutów HTML.

IReadOnlyDictionary<String,String>.Keys

Słownik atrybutów HTML.

IReadOnlyDictionary<String,String>.Values

Słownik atrybutów HTML.

Dotyczy