Add(ParameterCollection) Method
Adds a specified ParameterCollection to this collection.
Syntax
'Declaration Public Overloads Function Add( _ ByVal paramCollection As ParameterCollection _ ) As Integer
'Usage Dim instance As ParameterCollection Dim paramCollection As ParameterCollection Dim value As Integer value = instance.Add(paramCollection)
public int Add( ParameterCollection paramCollection )
Parameters
- paramCollection
- ParameterCollection to add.
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