Parameters
- key
Return Value
Returns a string based on the key that is provided.
//Get a custom property that has been previously set. //Perform on the worker thread await QueuedTask.Run(() => { String custProp = element.GetCustomProperty("MyKeyString"); });
Target Platforms: Windows 10, Windows 8.1