AttributeDictionary クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
- 実装
-
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
コンストラクター
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 属性のディクショナリ。 |