McmlLoadResult.GetGlobal Method

Gets a shared global object (if one exists) from the Global library.

Syntax

  public object GetGlobal(
  string  
  name
);

Parameters

name

System.String.  The name of the markup resource.

Return Value

System.Object.  The shared global object.

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