Aracılığıyla paylaş


AttributeDictionary Sınıf

Tanım

HTML öznitelikleri için sözlük.

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)
Devralma
AttributeDictionary
Uygulamalar

Oluşturucular

AttributeDictionary()

HTML öznitelikleri için sözlük.

Özellikler

Count

HTML öznitelikleri için sözlük.

IsReadOnly

HTML öznitelikleri için sözlük.

Item[String]

HTML öznitelikleri için sözlük.

Keys

HTML öznitelikleri için sözlük.

Values

HTML öznitelikleri için sözlük.

Yöntemler

Add(KeyValuePair<String,String>)

HTML öznitelikleri için sözlük.

Add(String, String)

HTML öznitelikleri için sözlük.

Clear()

HTML öznitelikleri için sözlük.

Contains(KeyValuePair<String,String>)

HTML öznitelikleri için sözlük.

ContainsKey(String)

HTML öznitelikleri için sözlük.

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

HTML öznitelikleri için sözlük.

GetEnumerator()

HTML öznitelikleri için sözlük.

Remove(KeyValuePair<String,String>)

HTML öznitelikleri için sözlük.

Remove(String)

HTML öznitelikleri için sözlük.

TryGetValue(String, String)

HTML öznitelikleri için sözlük.

Belirtik Arabirim Kullanımları

IEnumerable.GetEnumerator()

HTML öznitelikleri için sözlük.

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

HTML öznitelikleri için sözlük.

IReadOnlyDictionary<String,String>.Keys

HTML öznitelikleri için sözlük.

IReadOnlyDictionary<String,String>.Values

HTML öznitelikleri için sözlük.

Şunlara uygulanır