McmlLoadResult.BuildGlobal Method
Builds a new instance of a global object (if one exists) from the Global library.
Syntax
public object BuildGlobal(
string
name
);
Parameters
name
System.String. The name of the markup resource.
Return Value
System.Object. The resulting 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