ISummaryInformation Interface
See Also
The ISummaryInformation interface maintains Comments and ShortDescription properties for objects that expose this interface.
When to Use
Use the ISummaryInformation interface to access the Comments and ShortDescription properties of a Repository object.
Properties
Property |
Description |
Comments |
General comments about the object. |
ShortDescription |
Brief description of the object. |
Methods
IUnknown Method |
Description |
QueryInterface |
Returns pointers to supported interfaces. |
AddRef |
Increments the reference count. |
Release |
Decrements the reference count. |
IDispatch Method |
Description |
GetIDsOfNames |
Maps a single member and a set of argument names to a corresponding set of dispatch identifiers. |
GetTypeInfo |
Retrieves a type information object, which can be used to get the type information for an interface. |
GetTypeInfoCount |
Retrieves the number of type information interfaces that an object provides (either 0 or 1). |
Invoke |
Provides access to properties and methods exposed by an Automation object. |
IRepositoryDispatch Method |
Description |
get_Properties |
Retrieves the IreposProperties interface pointer. The IReposProperties interface provides access to the properties exposed by the ISummaryInformation interface. |