Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.
Remarks
The id C++ attribute has the same functionality as the id MIDL attribute.
Example
See the example for bindable for an example of how to use id.
Requirements
Attribute Context
Applies to |
Interface method |
Repeatable |
No |
Required attributes |
None |
Invalid attributes |
None |
For more information, see Attribute Contexts.