XamlLanguage.Array Property

Definition

Gets a XamlType for the Array XAML language intrinsic.

public:
 static property System::Xaml::XamlType ^ Array { System::Xaml::XamlType ^ get(); };
public static System.Xaml.XamlType Array { get; }
static member Array : System.Xaml.XamlType
Public Shared ReadOnly Property Array As XamlType

Property Value

A XamlType for the Array XAML language intrinsic.

Remarks

See [MS-XAML] Section 5.2.18.

Applies to