AutomationProperties.LabeledByProperty 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
标识 AutomationProperties.LabeledBy attached 属性,该属性是包含此元素的文本标签的自动化元素。
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 附加属性的标识符。
注解
此属性可用于检索组合框的静态文本标签。