Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 753 Bytes

propertyvalue_createinspectable_409346805.md

File metadata and controls

26 lines (18 loc) · 753 Bytes
-api-id -api-type
M:Windows.Foundation.PropertyValue.CreateInspectable(System.Object)
winrt method

Windows.Foundation.PropertyValue.CreateInspectable

-description

Supplies the property value representation of an inspectable object. Since an object is a reference type, it is also a valid property value and does not need to be boxed. Instead, this method returns the object provided without modification. An object can be set as a property value without first calling this method.

-parameters

-param value

The object to store in the property value. The value must be non-null.

-returns

The property value.

-remarks

-examples

-see-also