Skip to content

Commit f1cc1c6

Browse files
committed
link updation
1 parent e02df78 commit f1cc1c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/mfc/reference/adding-an-idl-property-wizard.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ The following section describes the UI that you'll use to add an IDL property:
6464

6565
|Option|Description|
6666
|------------|-----------------|
67-
|**PropPut**|The [PropPut](../windows/attributes/propput.md) function returns a copy of the object. **PropPut** is the default and the most common way to make the property writable.|
68-
|**PropPutRef**|The [PropPutRef](../windows/attributes/propputref.md) function returns a reference to the object, rather than returning the copy of the object itself. Consider using **PropPutRef** option for objects, such as large structs or arrays, that may have initialization overhead.|
67+
|**PropPut**|The [PropPut](../../windows/attributes/propput.md) function returns a copy of the object. **PropPut** is the default and the most common way to make the property writable.|
68+
|**PropPutRef**|The [PropPutRef](../../windows/attributes/propputref.md) function returns a reference to the object, rather than returning the copy of the object itself. Consider using **PropPutRef** option for objects, such as large structs or arrays, that may have initialization overhead.|
6969

7070
- **Parameters**
7171

0 commit comments

Comments
 (0)