TextAttributes Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public ref class TextAttributes : System::Collections::Generic::Dictionary<Microsoft::Maui::Graphics::Text::TextAttribute, System::String ^>, Microsoft::Maui::Graphics::Text::ITextAttributes, System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<Microsoft::Maui::Graphics::Text::TextAttribute, System::String ^>>, System::Collections::Generic::IReadOnlyCollection<System::Collections::Generic::KeyValuePair<Microsoft::Maui::Graphics::Text::TextAttribute, System::String ^>>, System::Collections::Generic::IReadOnlyDictionary<Microsoft::Maui::Graphics::Text::TextAttribute, System::String ^>
public class TextAttributes : System.Collections.Generic.Dictionary<Microsoft.Maui.Graphics.Text.TextAttribute,string>, Microsoft.Maui.Graphics.Text.ITextAttributes, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<Microsoft.Maui.Graphics.Text.TextAttribute,string>>, System.Collections.Generic.IReadOnlyCollection<System.Collections.Generic.KeyValuePair<Microsoft.Maui.Graphics.Text.TextAttribute,string>>, System.Collections.Generic.IReadOnlyDictionary<Microsoft.Maui.Graphics.Text.TextAttribute,string>
type TextAttributes = class
inherit Dictionary<TextAttribute, string>
interface ITextAttributes
interface IReadOnlyDictionary<TextAttribute, string>
interface seq<KeyValuePair<TextAttribute, string>>
interface IEnumerable
interface IReadOnlyCollection<KeyValuePair<TextAttribute, string>>
Public Class TextAttributes
Inherits Dictionary(Of TextAttribute, String)
Implements IEnumerable(Of KeyValuePair(Of TextAttribute, String)), IReadOnlyCollection(Of KeyValuePair(Of TextAttribute, String)), IReadOnlyDictionary(Of TextAttribute, String), ITextAttributes
- Héritage
-
TextAttributes
- Implémente
Constructeurs
TextAttributes() | |
TextAttributes(IDictionary<TextAttribute,String>) | |
TextAttributes(IReadOnlyDictionary<TextAttribute,String>, IReadOnlyDictionary<TextAttribute,String>) |