XRPtr<Interface>::operator -> (Compact 2013)

3/28/2014

This operator assigns a new value to an existing XRPtr<Interface> object.

Syntax

Interface* operator->() const

Remarks

By supporting this operator, this class can be used as the interface itself. To call this method, the interface pointer cannot be NULL.

Requirements

Header

XRPtr.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

XRPtr<Interface>