ValidateParameters Method

MSBuild

Indicates whether all task paratmeters are valid.


Namespace: MSBuild.Community.Tasks.Subversion
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
Protected Overrides Function ValidateParameters() As Boolean
C#
protected override bool ValidateParameters()
C++
protected:
 virtual bool ValidateParameters() override 
J#
protected override bool ValidateParameters()
JScript
protected override  function ValidateParameters() : bool

Return Value

true if all task parameters are valid; otherwise, false.

See Also

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.