XamlLanguage.Items Property
Definition
Gets a XamlDirective for the Items
directive from XAML.
public:
static property System::Xaml::XamlDirective ^ Items { System::Xaml::XamlDirective ^ get(); };
public static System.Xaml.XamlDirective Items { get; }
member this.Items : System.Xaml.XamlDirective
Public Shared ReadOnly Property Items As XamlDirective
Property Value
A XamlDirective for the Items
directive from XAML.
Remarks
An Items
directive is a node representation wrapper around multiple object values within a surrounding object. See [MS-XAML] Section 5.3.1.
If you examine raw XAML node stream interpretations or visualizations, Items
is sometimes seen in string form as _Items
(note the leading underscore) and is within the XAML language XAML namespace (as notated by a preceding Namespace
node).