BindingExpression.ResolvedSourcePropertyName 属性

定义

获取BindingExpression 的获取绑定源属性的名称。

public:
 property System::String ^ ResolvedSourcePropertyName { System::String ^ get(); };
public string ResolvedSourcePropertyName { get; }
member this.ResolvedSourcePropertyName : string
Public ReadOnly Property ResolvedSourcePropertyName As String

属性值

String

BindingExpression 绑定源属性的名称。

适用于