Freigeben über


IPackageValidationProvider.ValidatePackageForFeature-Methode

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

Bestimmt, ob dem Paket eine Funktion hinzugefügt werden kann.

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

Syntax

'Declaration
Function ValidatePackageForFeature ( _
    projectPackage As ISharePointProjectPackage, _
    projectFeature As ISharePointProjectFeature _
) As IValidationResult
IValidationResult ValidatePackageForFeature(
    ISharePointProjectPackage projectPackage,
    ISharePointProjectFeature projectFeature
)

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