BuildEventContext.Invalid Property
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 default invalid BuildEventContext
public:
static property Microsoft::Build::Framework::BuildEventContext ^ Invalid { Microsoft::Build::Framework::BuildEventContext ^ get(); };
public static Microsoft.Build.Framework.BuildEventContext Invalid { get; }
static member Invalid : Microsoft.Build.Framework.BuildEventContext
Public Shared ReadOnly Property Invalid As BuildEventContext
Property Value
true
if the context is valid; false
otherwise.