Share via


Application.IsMcmlLoaded Method

Determines whether the specified Windows Media Center Markup Language (MCML) is loaded.

Syntax

  public static bool IsMcmlLoaded(
  string  
  uri
);

Parameters

uri

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

Return Value

System.Booleantrue if the MCML was loaded; otherwise false.

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