IInterfaceInfo Members
Include Protected Members
Include Inherited Members
Provides information about the properties of the specified type library's interfaces.
The IInterfaceInfo type exposes the following members.
Properties
Name
Description
Gets or sets the type of interface as an eInterfaceType enumeration.
Gets a string containing the name of the base class of the interface.
Gets a value indicating whether the interface is the default interface.
Gets a collection of functions for the parent object.
Gets the GUID for the IInterfaceInfo object.
Gets a value indicating whether the interface is derived from IDispatch.
Gets or sets the name of the object.
Gets the properties of the interface.
Gets a value indicating whether the interface is the source — that is, an interface that the client listens to, rather than calls.
Gets the interface type as an eInterfaceType enumeration.
Top