CollectionDef DispatchID Property

Meta Data Services Programming

Meta Data Services Programming

CollectionDef DispatchID Property

This property contains the dispatch identifier to use when accessing a collection of this type.

This property is not attached to the default interface for the CollectionDef Automation object; it is attached to the IInterfaceMember interface. For more information about accessing a member of an interface that is not the default interface, see Accessing Automation Object Members.

Syntax

object.DispatchID

The DispatchID property syntax has the following part.

Part Description
object An object expression; evaluates to an object that exposes IInterfaceMember as the default interface

See Also

CollectionDef Object

IInterfaceMember Interface