Skip to content

Latest commit

 

History

History
71 lines (60 loc) · 1.66 KB

File metadata and controls

71 lines (60 loc) · 1.66 KB
title hidden | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic language-reference
f1_keywords
vc-attr.hidden
dev_langs
C++
helpviewer_keywords
hidden attribute
ms.assetid 199c96dd-fc07-46c7-af93-92020aebebe7
caps.latest.revision 9
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

hidden

Indicates that the item exists but should not be displayed in a user-oriented browser.

Syntax

  
[hidden]  
  

Remarks

The hidden C++ attribute has the same functionality as the hidden MIDL attribute.

Example

See the example for bindable for an example of how to use hidden.

Requirements

Attribute Context

Applies to interface, class, struct, method, property
Repeatable No
Required attributes coclass (when applied to class or struct)
Invalid attributes None

For more information, see Attribute Contexts.

See Also

IDL Attributes
Interface Attributes
Class Attributes
Method Attributes