次の方法で共有


AutomationProperties.LevelProperty プロパティ

定義

Level 添付プロパティの識別子を取得します。これは、オートメーション要素に関連付けられた 1 から始まる整数です。

public:
 static property DependencyProperty ^ LevelProperty { DependencyProperty ^ get(); };
static DependencyProperty LevelProperty();
public static DependencyProperty LevelProperty { get; }
var dependencyProperty = AutomationProperties.levelProperty;
Public Shared ReadOnly Property LevelProperty As DependencyProperty

プロパティ値

Level 添付プロパティの識別子。

注釈

Level プロパティは、階層構造または壊れた階層構造内の要素の位置を表します。 たとえば、箇条書きや段落番号、見出し、その他の構造化データ項目は、さまざまな親子関係を持つことができます。 Level は、アイテムが配置されている構造内の場所を表します。

Level と組み合わせて CustomNavigation コントロール パターン を使用 します

適用対象