IProvideValueTarget.TargetObject Property

Definition

Gets the target object being reported.

public:
 property Platform::Object ^ TargetObject { Platform::Object ^ get(); };
IInspectable TargetObject();
public object TargetObject { get; }
var object = iProvideValueTarget.targetObject;
Public ReadOnly Property TargetObject As Object

Property Value

Object

Platform::Object

IInspectable

The target object being reported.

Remarks

The value returned by TargetObject is the actual reference, not a type system identifier or other identifier. The value can also be null.

Important

When using the service, it is particularly important not to modify the object referenced by the TargetObject property, or other objects referenced by that object as properties that are not specifically the value-conversion case you are handling.

Applies to