Skip to content

Commit 3226fd2

Browse files
committed
final update
1 parent ea60c43 commit 3226fd2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/ide/add-an-idl-property-wizard.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
22
description: "Learn more about: Use a Microsoft Visual Studio wizard to add an IDL property to an IDL interface in your project"
33
title: "Add an IDL property"
4-
ms.date: 04/08/2022
4+
ms.date: 04/11/2022
55
f1_keywords: ["vc.codewiz.prop.overview", "vc.codewiz.prop.idlattributes"]
66
helpviewer_keywords: ["interfaces, adding properties", "properties [C++], adding to interfaces", "names, add property wizard", "IDL attributes", "stock properties, about stock properties", "stock properties"]
77
ms.custom: devdivchpfy22
88
---
99
# Add an IDL property
1010

11-
The **Add IDL Property** wizard adds a method to an interface defined in an Interface Definition Library (IDL). To use the **Add IDL Property** wizard, you're project can't support MFC.
11+
The **Add IDL Property** wizard adds a method to an interface defined in an Interface Definition Library (IDL). To use the **Add IDL Property** wizard, your project can't support MFC.
1212

1313
For example, if you have an ATL project, and it has an `.idl` file in it, use the following procedure to add a property to an interface.
1414

15-
This wizard differs from the **Add Property** wizard and **Add IDL MFC Property** wizard. The [Add Property](adding-a-property-visual-cpp.md) wizard adds a property to your project. The Add IDL MFC Property wizard is specific to MFC, ActiveX, or ATL projects that support MFC.
15+
This wizard differs from the **Add Property** wizard and **Add IDL MFC Property** wizard. The [Add Property](adding-a-property-visual-cpp.md) wizard adds a property to your project. The **Add IDL MFC Property** wizard is specific to MFC, ActiveX, or ATL projects that support MFC.
1616

1717
**To add an IDL property**
1818

0 commit comments

Comments
 (0)