DistributionBase.OnValidateInputs Method
Provides a method that you can override to customize the behavior of ValidateInputs() method.
Namespace: Microsoft.VisualStudio.TeamSystem.Data.Generators
Assembly: Microsoft.VisualStudio.TeamSystem.Data.Generators (in Microsoft.VisualStudio.TeamSystem.Data.Generators.dll)
Syntax
'Declaration
Protected Overridable Sub OnValidateInputs
'Usage
Me.OnValidateInputs()
protected virtual void OnValidateInputs()
protected:
virtual void OnValidateInputs()
protected function OnValidateInputs()
Permissions
- 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.