LoadResult Class

Provides status when loading markup.

  public abstract class LoadResult

Public Instance Methods

Method Description
ToString Converts the object to a human-readable string.

Public Instance Properties

Property Description
Errors Gets a list of error strings if the load operation did not succeed.
Status Gets the current load status.
Uri Gets the Uniform Resource Identifier (URI) of the resource that was loaded.

Requirements

Reference: Microsoft.MediaCenter.UI

Namespace: Microsoft.MediaCenter.UI

Assembly: Microsoft.MediaCenter.UI.dll

Platform: Windows Vista Ultimate, Windows Vista Home Premium, and later

See Also