IUriContainer interface
Exposes a method that returns an encapsulated IUri interface.
Members
The IUriContainer interface inherits from the IUnknown interface. IUriContainer also has these types of members:
- Methods
Methods
The IUriContainer interface has these methods.
Method | Description |
---|---|
GetIUri | Returns the IUri contained by the IUriContainer. |
Remarks
This interface may be implemented by objects such as URL monikers and protocol handlers that reference Uniform Resource Identifiers (URIs). If a URL moniker does not implement IUriContainer, use IMoniker::GetDisplayName to retrieve the URL string.
Note A URL moniker may implement IUriContainer, but not contain an IUri. In this case, the string returned by IMoniker::GetDisplayName cannot be parsed by CreateUri.
Requirements
Minimum supported client |
Windows XP with SP2 |
Minimum supported server |
Windows Server 2003 with SP1 |
Product |
Internet Explorer 7 |
Header |
Urlmon.h |
IDL |
Urlmon.idl |
DLL |
Urlmon.dll |