SPSolutionValidatorCollection.Insert-Methode
Fügt einen Lösung Validator an der angegebenen Indexposition, wenn er nicht vorhanden ist.
Namespace: Microsoft.SharePoint.UserCode
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub Insert ( _
validator As SPSolutionValidator, _
index As Integer _
)
'Usage
Dim instance As SPSolutionValidatorCollection
Dim validator As SPSolutionValidator
Dim index As Integer
instance.Insert(validator, index)
public void Insert(
SPSolutionValidator validator,
int index
)
Parameter
validator
Typ: Microsoft.SharePoint.UserCode.SPSolutionValidatorEine Instanz des SPSolutionValidator eingefügt werden soll.
index
Typ: System.Int32Die nullbasierte Position einfügen.
Siehe auch
Referenz
SPSolutionValidatorCollection Klasse