ITabPageProvider.ValidateControls Method
Namespace: Microsoft.TeamFoundation.Build.Controls
Assembly: Microsoft.TeamFoundation.Build.Controls (in Microsoft.TeamFoundation.Build.Controls.dll)
Syntax
'Declaration
Function ValidateControls ( _
noPrompt As Boolean, _
<OutAttribute> ByRef error As Exception _
) As Boolean
bool ValidateControls(
bool noPrompt,
out Exception error
)
bool ValidateControls(
bool noPrompt,
[OutAttribute] Exception^% error
)
abstract ValidateControls :
noPrompt:bool *
error:Exception byref -> bool
function ValidateControls(
noPrompt : boolean,
error : Exception
) : boolean
Parameters
- noPrompt
Type: System.Boolean
- error
Type: System.Exception%
Return Value
Type: System.Boolean
Returns Boolean.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.