ICscHostObject.IsUpToDate Method

Definition

Returns a value indicating whether the compiled project is up-to-date.

public:
 bool IsUpToDate();
public bool IsUpToDate ();
abstract member IsUpToDate : unit -> bool
Public Function IsUpToDate () As Boolean

Returns

true if the compiled project is up-to-date; otherwise, false.

Applies to