You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -53,7 +53,7 @@ The following section describes the UI that you'll use to add a method:
53
53
54
54
-**Method name**
55
55
56
-
Sets the name for the method.
56
+
Set the name for the method.
57
57
58
58
|Interface type|Description|
59
59
|--------------------|-----------------|
@@ -98,30 +98,23 @@ The following section describes the UI that you'll use to add a method:
98
98
|**Stock**|The default. Inserts the default implementation of the method you select in the **Method name** list. **Return type** is unchangeable if you select **Stock**.|
99
99
|**Custom**|You provide a custom implementation for the method selected in **Method name**. You can provide your own return type, or select one from the **Return type** list|
100
100
101
-
-**Parameter type**
102
-
103
-
Sets the data type of the parameter. You can type it or select the type from the list.
104
-
105
-
-**Parameter name**
106
-
107
-
Sets the name of a parameter. Select **+** to add the parameter to the **parameters** list.
101
+
-**Parameters**
108
102
109
-
> [!NOTE]
110
-
> If you supply a parameter name and then select **OK** before you select **+**, the parameter isn't added to the method. You must find the method in the code and insert the parameter manually.
103
+
Displays the method's parameters, modifiers, and types. The wizard updates the **Parameters** list as you add parameters.
111
104
112
105
-**+**
113
106
114
-
Adds the parameter to the list of **parameters**. Specify the parameter name in **Parameter name**, and its type and parameter attributes in **Parameters**.
107
+
Add a parameter. In **Parameters**, type the parameter type, name, and any modifiers. For example, `int x`, and choose **OK**.
115
108
116
109
If you don't provide a parameter name, the wizard ignores any parameter attributes (ATL only) or **Parameter type** selections.
117
110
118
111
-**x**
119
112
120
113
Removes the selected parameter from the **Parameters** list.
121
114
122
-
-**Parameters**
115
+
-**Pencil icon**
123
116
124
-
Displays all of the methods parameters, modifiers, and types. The wizard updates the **Parameters** list as you add parameters.
117
+
Edit the selected parameter.
125
118
126
119
-`id`
127
120
@@ -141,4 +134,4 @@ The following section describes the UI that you'll use to add a method:
141
134
142
135
## See also
143
136
144
-
[Adding a Default Method](../../ide/adding-a-method-visual-cpp.md)
0 commit comments