Share via


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 添付プロパティの識別子。

注釈

このプロパティは、コンボ ボックスの静的テキスト ラベルなどを取得するために使用できます。

適用対象