TargetPropertyPath.Target 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.
public:
property Platform::Object ^ Target { Platform::Object ^ get(); void set(Platform::Object ^ value); };
IInspectable Target();
void Target(IInspectable value);
public object Target { get; set; }
var object = targetPropertyPath.target;
targetPropertyPath.target = object;
Public Property Target As Object
Property Value
The object that contains the property described by Path.