次の方法で共有


XamlLanguage.Items プロパティ

定義

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

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

プロパティ値

XamlDirective

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

注釈

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

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

適用対象