OnDeviceExtension.ProvideValue Method
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.
Returns an object value for the current DeviceFamily, Default is used when it is not set.
protected override object ProvideValue();
override this.ProvideValue : unit -> obj
Protected Overrides Function ProvideValue () As Object
Returns
The object value to set on the property where the extension is applied.