Freigeben über


IPackageValidationProvider.ValidatePackageForProjectItem-Methode

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

Bestimmt, ob dem Paket ein Projektelement hinzugefügt werden kann.

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

Syntax

'Declaration
Function ValidatePackageForProjectItem ( _
    projectPackage As ISharePointProjectPackage, _
    projectItem As ISharePointProjectItem _
) As IValidationResult
IValidationResult ValidatePackageForProjectItem(
    ISharePointProjectPackage projectPackage,
    ISharePointProjectItem projectItem
)

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