SupportsType Method
Collapse the table of content
Expand the table of content

XmlResolver.SupportsType Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

This method adds the ability for the resolver to return other types than just Stream.

Namespace:  System.Xml
Assembly:  System.Xml (in System.Xml.dll)

public virtual bool SupportsType(
	Uri absoluteUri,
	Type type
)

Parameters

absoluteUri
Type: System.Uri
The URI.
type
Type: System.Type
The type to return.

Return Value

Type: System.Boolean
true if the type parameter is a Stream, otherwise false.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft