SPSolutionValidatorCollection.Ensure-Methode
Fügt einen Lösung Validator erst, nachdem alle vorhandenen Lösung auferlegen, wenn er nicht vorhanden ist. Dasselbe Verhalten wie hinzufügen.
Namespace: Microsoft.SharePoint.UserCode
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides Function Ensure ( _
validator As SPSolutionValidator _
) As SPSolutionValidator
'Usage
Dim instance As SPSolutionValidatorCollection
Dim validator As SPSolutionValidator
Dim returnValue As SPSolutionValidator
returnValue = instance.Ensure(validator)
public override SPSolutionValidator Ensure(
SPSolutionValidator validator
)
Parameter
- validator
Typ: Microsoft.SharePoint.UserCode.SPSolutionValidator
Rückgabewert
Typ: Microsoft.SharePoint.UserCode.SPSolutionValidator
Gibt SPSolutionValidatorzurück.
Siehe auch
Referenz
SPSolutionValidatorCollection Klasse