Share via


ApplicationContext.IsApplicationRegistered Method

Indicates whether a particular application is registered with Windows Media Center.

Syntax

public bool IsApplicationRegistered(
  Guid  guidApplication
);

Parameters

guidApplication

System.Guid.  A string that specifies the globally unique identifier (GUID) for the application.

Return Value

System.Boolean.  Indicates whether the specified entry point is registered.

Requirements

Reference: Microsoft.MediaCenter

Namespace: Microsoft.MediaCenter.Hosting

Assembly: Microsoft.MediaCenter.dll

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

See Also