IProvideValueTarget.TargetObject Property
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.
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
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.