Skip to content

Latest commit

 

History

History
48 lines (39 loc) · 1.54 KB

File metadata and controls

48 lines (39 loc) · 1.54 KB
title Platform::Delegate Class | Microsoft Docs
ms.custom
ms.date 12/30/2016
ms.prod windows-client-threshold
ms.technology
ms.reviewer
ms.suite
ms.tgt_pltfrm
ms.topic language-reference
f1_keywords
VCCORLIB/Platform::Delegate
dev_langs
C++
helpviewer_keywords
Platform::Delegate Class
ms.assetid 82b21271-768f-4193-9ca2-be68ddfd546e
caps.latest.revision 5
author ghogen
ms.author ghogen
manager ghogen

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: [!INCLUDEwin8]

Minimum supported server: [!INCLUDEwinserver8]

Namespace: Platform

Metadata: platform.winmd

See Also

Platform namespace