ICscHostObject.IsUpToDate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.