Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.03 KB

File metadata and controls

41 lines (26 loc) · 1.03 KB
title Platform::Metadata::DefaultMemberAttribute Attribute
ms.date 12/30/2016
ms.topic reference
f1_keywords
VCCORLIB/Platform::Metadata::DefaultMemberAttribute
helpviewer_keywords
Platform::Metadata::DefaultMemberAttribute Attribute
ms.assetid d8abda01-c257-4371-aec4-541d4825e0af

Platform::Metadata::DefaultMemberAttribute Attribute

Indicates the preferred function to invoke among several possible overloaded functions.

Syntax

public ref class DefaultMember abstract : Attribute

Inheritance

Platform::Object

Platform::Metadata::Attribute

Remarks

Apply the DefaultMember attribute to a method that will be consumed by a JavaScript application.

Requirements

Minimum supported client: Windows 8

Minimum supported server: Windows Server 2012

Namespace: Platform::Metadata

Metadata: platform.winmd

See also

Platform::Metadata Namespace