ITextAttributes Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public interface class 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 interface 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 ITextAttributes = interface
interface IReadOnlyDictionary<TextAttribute, string>
interface seq<KeyValuePair<TextAttribute, string>>
interface IEnumerable
interface IReadOnlyCollection<KeyValuePair<TextAttribute, string>>
Public Interface ITextAttributes
Implements IEnumerable(Of KeyValuePair(Of TextAttribute, String)), IReadOnlyCollection(Of KeyValuePair(Of TextAttribute, String)), IReadOnlyDictionary(Of TextAttribute, String)
- Derived
- Implements
-
IEnumerable<KeyValuePair<TextAttribute,String>> IEnumerable<KeyValuePair<TKey,TValue>> IEnumerable<T> IReadOnlyCollection<KeyValuePair<TextAttribute,String>> IReadOnlyCollection<KeyValuePair<TKey,TValue>> IReadOnlyDictionary<TextAttribute,String> IEnumerable
Extension Methods
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.