Namespace:  Microsoft.TeamFoundation.Build.Controls
Assembly:  Microsoft.TeamFoundation.Build.Controls (in Microsoft.TeamFoundation.Build.Controls.dll)
Syntax
'Declaration
Public Function ValidateControls ( _
    noPrompt As Boolean, _
    <OutAttribute> ByRef error As Exception _
) As Boolean
public bool ValidateControls(
    bool noPrompt,
    out Exception error
)
public:
virtual bool ValidateControls(
    bool noPrompt, 
    [OutAttribute] Exception^% error
) sealed
abstract ValidateControls : 
        noPrompt:bool * 
        error:Exception byref -> bool  
override ValidateControls : 
        noPrompt:bool * 
        error:Exception byref -> bool
public final function ValidateControls(
    noPrompt : boolean, 
    error : Exception
) : boolean
Parameters
- noPrompt
 Type: System.Boolean
- error
 Type: System.Exception%
Return Value
Type: System.Boolean
Returns Boolean.
Implements
ITabPageProvider.ValidateControls(Boolean, Exception%)
.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.