Share via


IProvideValueTarget Interface

Definition

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.

Applies to