Freigeben über


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

  • index
    Typ: System.Int32

    Die nullbasierte Position einfügen.

Siehe auch

Referenz

SPSolutionValidatorCollection Klasse

SPSolutionValidatorCollection-Member

Microsoft.SharePoint.UserCode-Namespace