Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.12 KB

File metadata and controls

42 lines (27 loc) · 1.12 KB
description Learn more about: Platform::Metadata::DefaultMemberAttribute Attribute
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