IReference<T> interface

This topic has not yet been rated - Rate this topic

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.

PropertyAccess typeDescription

Value

Read-onlyGets 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

Windows.winmd

See also

IPropertyValue

 

 

Build date: 2/25/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.