winrt::non_agile marker struct (C++/WinRT)

A marker type used to indicate to the implements base struct that your type is not agile. As a result, implements does not implement the IAgileObject interface. For a usage example of marker types, see Marker types.

Syntax

struct winrt::non_agile

Requirements

Minimum supported SDK: Windows SDK version 10.0.17134.0 (Windows 10, version 1803)

Namespace: winrt

Header: %WindowsSdkDir%Include<WindowsTargetPlatformVersion>\cppwinrt\winrt\base.h (included by default)

See also