Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ArrayExtension Class
Definition
- Namespace:
- Microsoft.Maui.Controls.Xaml
- Assembly:
- Microsoft.Maui.Controls.Xaml.dll
- Source:
- ArrayExtension.cs
- Source:
- ArrayExtension.cs
- Source:
- ArrayExtension.cs
- Source:
- ArrayExtension.cs
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.
Provides a XAML markup extension that creates an array of objects.
public ref class ArrayExtension : Microsoft::Maui::Controls::Xaml::IMarkupExtension<Array ^>
[Microsoft.Maui.Controls.ContentProperty("Items")]
[Microsoft.Maui.Controls.Xaml.AcceptEmptyServiceProvider]
public class ArrayExtension : Microsoft.Maui.Controls.Xaml.IMarkupExtension<Array>
[<Microsoft.Maui.Controls.ContentProperty("Items")>]
[<Microsoft.Maui.Controls.Xaml.AcceptEmptyServiceProvider>]
type ArrayExtension = class
interface IMarkupExtension<Array>
interface IMarkupExtension
Public Class ArrayExtension
Implements IMarkupExtension(Of Array)
- Inheritance
-
ArrayExtension
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ArrayExtension() |
Initializes a new instance of the ArrayExtension class. |
Properties
| Name | Description |
|---|---|
| Items |
Gets the list of items to include in the array. |
| Type |
Gets or sets the type of elements in the array. |
Methods
| Name | Description |
|---|---|
| ProvideValue(IServiceProvider) | |
Explicit Interface Implementations
| Name | Description |
|---|---|
| IMarkupExtension.ProvideValue(IServiceProvider) | |
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.
Feedback
Was this page helpful?
