XamlLanguage.Items プロパティ

定義

XAML からXamlDirective ディレクティブのItemsを取得します。

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

プロパティ値

XAML からのItems ディレクティブのXamlDirective

注釈

Items ディレクティブは、周囲のオブジェクト内の複数のオブジェクト値を囲むノード表現ラッパーです。 「[MS-XAML] セクション 5.3.1」を参照してください。

生の XAML ノード ストリームの解釈または視覚化を調べると、 Items は文字列形式で _Items (先頭のアンダースコアに注意) され、XAML 言語の XAML 名前空間 (前の Namespace ノードで示されているように) 内にある場合があります。

適用対象