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
@@ -35,7 +35,7 @@ You can use the [add method wizard](#add-method-wizard) to add a method to an in
35
35
36
36
## Add method wizard
37
37
38
-
Use this wizard to add a method to an interface. Depending on the project type or interface type to which you're adding a method, the wizard displays different options.
38
+
Use this wizard to add a method to an interface. The wizard displays different options depending on the project or interface type to which you're adding a method.
39
39
40
40
### Names
41
41
@@ -61,7 +61,7 @@ Use this wizard to add a method to an interface. Depending on the project type o
61
61
62
62
-**Return type**
63
63
64
-
The data type returned by the method. `HRESULT` is recommended for all interface types, because it provides a standard way to return errors.
64
+
The data type returned by the method. `HRESULT` is recommended for all interface types, as it provides a standard way to return errors.
65
65
66
66
|Interface type|Description|
67
67
|--------------------|-----------------|
@@ -90,7 +90,7 @@ Use this wizard to add a method to an interface. Depending on the project type o
90
90
91
91
Sets the name of a parameter to pass through your method. After you type the name, select **`+`** to add it to the list of parameters that will pass through your method. If you don't provide a parameter name, the wizard ignores any parameter attributes (ATL only) or **Parameter type** selections.
92
92
93
-
Once you select **`+`**, the parameter name appears in **Parameters**.
93
+
When you select **`+`**, the parameter name appears in **Parameters**.
94
94
95
95
> [!NOTE]
96
96
> 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 and insert the parameter manually.
0 commit comments