ValidateArgument Method
See Also 
SourceCode.Workflow.Design.InfoPath.FormTemplate Namespace > DesignerNameCollection Class : ValidateArgument Method



key
name
value

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Protected Overrides Sub ValidateArgument( _
   ByVal key As String, _
   ByVal name As String, _
   ByVal value As Object _
) 
Visual Basic (Usage) Copy Code
Dim instance As DesignerNameCollection
Dim key As String
Dim name As String
Dim value As Object
 
instance.ValidateArgument(key, name, value)
C#  
protected override void ValidateArgument( 
   string key,
   string name,
   object value
)
C++/CLI  
protected:
void ValidateArgument( 
   String^ key,
   String^ name,
   Object^ value
) override 

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