IVsProjectDesignerPage.FinishPendingValidations 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.
Completes all pending validations before continuing.
public:
bool FinishPendingValidations();
public:
bool FinishPendingValidations();
bool FinishPendingValidations();
[System.Runtime.InteropServices.DispId(7)]
public bool FinishPendingValidations ();
[<System.Runtime.InteropServices.DispId(7)>]
abstract member FinishPendingValidations : unit -> bool
Public Function FinishPendingValidations () As Boolean
Returns
true
to continue, false
to cancel the action that triggered the validation.
- Attributes