Enables arbitrary enumerations, structures, and delegate types to be used as a property values.
.NET: This interface appears as Nullable<T>.
Syntax
generic<typename T> public interface class IReference : IPropertyValue
Attributes
- GuidAttribute("61c17706-2d65-11e0-9ae8-d48564015472")
- VersionAttribute(NTDDI_WIN8)
Type parameters
- T
-
The type.
Members
The IReference interface inherits from IPropertyValue. IReference also has these types of members:
Properties
The IReference interface has these properties.
| Property | Access type | Description |
|---|---|---|
| Read-only | Gets the type that is represented as an IPropertyValue. |
Remarks
When building Windows Store apps with the Microsoft .NET Framework, this interface is hidden and developers should use the Nullable<T> class.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Minimum supported phone | Windows Phone 8 |
|
Namespace |
Windows::Foundation |
|
Metadata |
|
See also
Build date: 2/25/2013