XamlLanguage.Items Property
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.
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; }
static member 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).