AutomationProperties.LevelProperty 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 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使用CustomNavigation 控制項模式。