Share via


IListMakerApp.CanProceed Property

Gets a value that indicates whether a CD/DVD recording application can proceed with a recording operation.

Syntax

public bool CanProceed {get;}

Property Value

System.Boolean. It is true if the application can proceed with a recording operation, and false otherwise.

This property is read-only.

Remarks

Before invoking the application, Windows Media Center checks this property to determine whether the application can perform a recording operation. If the application cannot perform the operation (for example, the required hardware or medium is not present), it should set this property to false.

The application should raise a ListMakerException if it encounters a problem.

Requirements

Reference: Microsoft.MediaCenter

Namespace: Microsoft.MediaCenter.ListMaker

Assembly: Microsoft.MediaCenter.dll

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

See Also