This topic has not yet been rated - Rate this topic

id

Specifies a dispid parameter for a member function (either a property or a method, in an interface or dispinterface).

[ id( 
   dispid 
) ]
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.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.