Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.19 KB

platform-delegate-class.md

File metadata and controls

40 lines (26 loc) · 1.19 KB
description title ms.date ms.topic f1_keywords helpviewer_keywords ms.assetid
Learn more about: Platform::Delegate Class
Platform::Delegate Class
12/30/2016
reference
VCCORLIB/Platform::Delegate
Platform::Delegate Class
82b21271-768f-4193-9ca2-be68ddfd546e

Platform::Delegate Class

Represents a function object.

Syntax

public delegate void delegate_name();

Members

The Delegate class has the Equals(), GetHashCode(), and ToString() methods derived from the Platform::Object Class.

Remarks

Use the delegate keyword to create delegates; do not use Platform::Delegate explicitly. For more information, see Delegates. For an example of how to create and consume a delegate, see Creating Windows Runtime Components in C++.

Requirements

Minimum supported client: Windows 8

Minimum supported server: Windows Server 2012

Namespace: Platform

Metadata: platform.winmd

See also

Platform namespace