ValidateArgument(ValidateThat,String,Object) Method
See Also 
SourceCode.Workflow.Design.InfoPath.FormTemplate Namespace > DesignerCollection<T> Class > ValidateArgument Method : ValidateArgument(ValidateThat,String,Object) Method



key
name
value

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Protected Overloads Overridable Sub ValidateArgument( _
   ByVal key As ValidateThat, _
   ByVal name As String, _
   ByVal value As Object _
) 
Visual Basic (Usage) Copy Code
Dim instance As DesignerCollection(Of T)
Dim key As ValidateThat
Dim name As String
Dim value As Object
 
instance.ValidateArgument(key, name, value)
C#  
protected virtual void ValidateArgument( 
   ValidateThat key,
   string name,
   object value
)
C++/CLI  
protected:
virtual void ValidateArgument( 
   ValidateThat key,
   String^ name,
   Object^ value
) 

Parameters

key
name
value

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also