XmlPreloadedResolver.GetEntity MethodXmlPreloadedResolver.GetEntity MethodXmlPreloadedResolver::GetEntity Method
- XmlPrime 2.8
- Other Versions ▼
Maps a URI to an object containing the actual resource.
Syntax
Parameters
- absoluteUri
Type: System.UriSystem.UriSystem::Uri^
The URI returned from ResolveUriResolveUriResolveUri.
- role
Type: System.StringSystem.StringSystem::String^
The current version does not use this parameter when resolving URIs. This is provided for future extensibility purposes. For example, this can be mapped to the xlink:role and used as an implementation specific argument in other scenarios.
- ofObjectToReturn
Type: System.TypeSystem.TypeSystem::Type^
The type of object to return. The current version only returns StreamStreamStream objects.
Return Value
Type: System.ObjectSystem.ObjectSystem::Object^
A StreamStreamStream object or null
a null reference (Nothing
in Visual Basic)
nullptr
if a type other than stream is specified.