Show / Hide Table of Contents

Interface IProvideValueTarget

Represents a service that reports situational object-property relationships for markup extension evaluation.

Namespace: System.Windows.Markup
Assembly: OpenSilver.dll
Syntax
public interface IProvideValueTarget

Properties

| Improve this Doc View Source

TargetObject

Gets the target object being reported.

Declaration
object TargetObject { get; }
Property Value
Type Description
System.Object
| Improve this Doc View Source

TargetProperty

Gets an identifier for the target property being reported.

Declaration
object TargetProperty { get; }
Property Value
Type Description
System.Object
  • Improve this Doc
  • View Source