IProvideValueTarget Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a service that reports situational object-property relationships for markup extension evaluation.
public interface class IProvideValueTarget
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1057095528, 16125, 22813, 165, 6, 222, 19, 252, 170, 189, 131)]
struct IProvideValueTarget
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(1057095528, 16125, 22813, 165, 6, 222, 19, 252, 170, 189, 131)]
public interface IProvideValueTarget
Public Interface IProvideValueTarget
- Attributes
Properties
TargetObject |
Gets the target object being reported. |
TargetProperty |
Gets the identifier for the TargetObject dependency property. |