PropertyValue Members

PropertyValue has the following members.

Public Methods

  Name Description
  CreateBoolean Creates a property value from a Boolean value.
  CreateBooleanArray Creates a property value from an array of Boolean values.
  CreateChar16 Creates a property value from a Unicode character.
  CreateChar16Array Creates a property value from an array of Unicode characters.
  CreateDateTime Creates a property value from a date and time value.
  CreateDateTimeArray Creates a property value from an array of date and time values.
  CreateDouble Creates a property value from a floating-point value.
  CreateDoubleArray Creates a property value from an array of floating-point values.
  CreateEmpty Creates an empty property value.
  CreateGuid Creates a property value from a GUID.
  CreateGuidArray Creates a property value from an array of GUIDs.
  CreateInspectable Creates a property value from an inspectable object.
  CreateInspectableArray Creates a property value from an array of inspectable objects.
  CreateInt16 Creates a property value from an integer.
  CreateInt16Array Creates a property value from an array of integers.
  CreateInt32 Creates a property value from an integer.
  CreateInt32Array Creates a property value from an array of integers.
  CreateInt64 Creates a property value from an integer.
  CreateInt64Array Creates a property value from an array of integers.
  CreatePoint Creates a property value from a point structure.
  CreatePointArray Creates a property value from an array of point structures.
  CreateRect Creates a property value from a rectangle structure.
  CreateRectArray Creates a property value from an array of rectangle structures.
  CreateSingle Creates a property value from a floating-point value.
  CreateSingleArray Creates a property value from an array of floating-point values.
  CreateSize Creates a property value from a size structure.
  CreateSizeArray Creates a property value from an array of size structures.
  CreateString Creates a property value from a string.
  CreateStringArray Creates a property value from an array of strings.
  CreateTimeSpan Creates a property value from a time interval.
  CreateTimeSpanArray Creates a property value from an array of time intervals.
  CreateUInt16 Creates a property value from an unsigned integer.
  CreateUInt16Array Creates a property value from an array of unsigned integers.
  CreateUInt32 Creates a property value from an unsigned integer.
  CreateUInt32Array Creates a property value from an array of unsigned integers.
  CreateUInt64 Creates a property value from an unsigned integer.
  CreateUInt64Array Creates a property value from an array of unsigned integers.
  CreateUInt8 Creates a property value from a byte.
  CreateUInt8Array Creates a property value from an array of bytes.

See also

Reference

PropertyValue Class

Windows.Foundation Namespace