Share via


Application.UnloadMcml Method

Unloads Windows Media Center Markup Language (MCML) markup that was previously loaded from the specified URI.

Syntax

  public static void UnloadMcml(
  string  
  uri
);

Parameters

uri

System.String.  The Uniform Resource Identifier (URI) that specifies the MCML.

Remarks

When unloading markup, any future loads from the URI will fully acquire and load the resource. Any existing LoadResult to the specified URI is still valid.

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