id
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
Specifies a dispid parameter for a member function (either a property or a method, in an interface or dispinterface).
[ id(
dispid
) ]
Parameters
dispid
The dispatch ID for the interface method.
The id C++ attribute has the same functionality as the id MIDL attribute.
See the example for bindable for an example of how to use id.
Attribute Context
| Applies to | Interface method |
| Repeatable | No |
| Required attributes | None |
| Invalid attributes | None |
For more information, see Attribute Contexts.
IDL Attributes
Method Attributes
Data Member Attributes
defaultvalue
in
out
Attributes Samples
Show: