Freigeben über


IPackageValidationProvider.ValidatePackage-Methode

This API supports the Visual Studio infrastructure and is not intended to be used directly from your code.

Bestimmt, ob ein gesamtes Paket oder eines seiner Bestandteile (Funktionen und Projektelemente) gegen eine Validierungsregel verstößt.

Namespace:  Microsoft.VisualStudio.SharePoint.Validation
Assembly:  Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)

Syntax

'Declaration
Function ValidatePackage ( _
    projectPackage As ISharePointProjectPackage _
) As IValidationResult
IValidationResult ValidatePackage(
    ISharePointProjectPackage projectPackage
)

Parameter

Rückgabewert

Typ: Microsoft.VisualStudio.SharePoint.Validation.IValidationResult
Ein Objekt, das das Ergebnis der Validierung darstellt.

.NET Framework-Sicherheit

Siehe auch

Referenz

IPackageValidationProvider Schnittstelle

Microsoft.VisualStudio.SharePoint.Validation-Namespace