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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.