ArrayExtension Class
Assembly: PresentationFramework (in presentationframework.dll)
XML Namespace: http://schemas.microsoft.com/winfx/2006/xaml
[MarkupExtensionReturnTypeAttribute(typeof(Array))] [ContentPropertyAttribute("Items")] public class ArrayExtension : MarkupExtension, IAddChild
/** @attribute MarkupExtensionReturnTypeAttribute(System.Array) */
/** @attribute ContentPropertyAttribute("Items") */
public class ArrayExtension extends MarkupExtension implements IAddChild
MarkupExtensionReturnTypeAttribute(System.Array) ContentPropertyAttribute("Items") public class ArrayExtension extends MarkupExtension implements IAddChild
For XAML information, see x:Array Markup Extension.
x:Array is a XAML language feature that allows adding arbitrary child elements in array form using a particular extension syntax. See x:Array Markup Extension.
This class is a markup extension implementation. Markup extension classes exist mainly to provide infrastructure support for some aspect of the WPF XAML reader implementation, and the members exposed by a markup extension are not typically called from user code. This extension supports the x:Array Markup Extension usage from XAML.
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Reference
ArrayExtension MembersSystem.Windows.Markup Namespace