IProvideValueTarget.TargetProperty 屬性

定義

取得所要報告之目標屬性的識別項。

public:
 property System::Object ^ TargetProperty { System::Object ^ get(); };
public object TargetProperty { get; }
member this.TargetProperty : obj
Public ReadOnly Property TargetProperty As Object

屬性值

所要報告之目標屬性的識別項。

備註

值也可以是 null,請參閱 IProvideValueTarget

WPF 使用注意事項

針對相依性屬性,預設 WPF 服務可能會傳回 DependencyProperty,讓標記延伸或類型轉換器可以使用元數據。 否則,傳回的物件可以是 PropertyInfo CLR 屬性的 。

適用於

另請參閱