AutomationProperties.LabeledByProperty 屬性

定義

識別 AutomationProperties.LabeledBy 附加屬性,這是包含這個專案文字標籤的自動化專案。

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

屬性值

AutomationProperties.LabeledBy附加屬性的識別碼。

備註

此屬性可用來擷取下拉式方塊的靜態文字標籤。

適用於