IOleUILinkInfo interface
An extension of the IOleUILinkContainer interface. It returns the time that an object was last updated, which is link information that IOleUILinkContainer does not provide.
When to implement
You must implement this interface so your container can support the Link page of the Object Properties dialog box. If you are writing a container that does not implement links, you do not need to implement this interface.
Members
The IOleUILinkInfo interface inherits from IOleUILinkContainer. IOleUILinkInfo also has these types of members:
Methods
The IOleUILinkInfo interface has these methods.
| Method | Description |
|---|---|
| GetLastUpdate |
Determines the last time the object was updated. |
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
See also