IPackageValidationProvider.ValidatePackageForFeature, méthode
This API supports the Visual Studio infrastructure and is not intended to be used directly from your code.
Détermine si une fonctionnalité peut être ajoutée au package.
Espace de noms : Microsoft.VisualStudio.SharePoint.Validation
Assembly : Microsoft.VisualStudio.SharePoint (dans Microsoft.VisualStudio.SharePoint.dll)
Syntaxe
'Déclaration
Function ValidatePackageForFeature ( _
projectPackage As ISharePointProjectPackage, _
projectFeature As ISharePointProjectFeature _
) As IValidationResult
IValidationResult ValidatePackageForFeature(
ISharePointProjectPackage projectPackage,
ISharePointProjectFeature projectFeature
)
Paramètres
- projectPackage
Type : Microsoft.VisualStudio.SharePoint.ISharePointProjectPackage
Package à valider.
- projectFeature
Type : Microsoft.VisualStudio.SharePoint.ISharePointProjectFeature
Fonctionnalité avec laquelle le package doit être validé.
Valeur de retour
Type : Microsoft.VisualStudio.SharePoint.Validation.IValidationResult
Objet représentant le résultat de la validation.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
IPackageValidationProvider Interface
Microsoft.VisualStudio.SharePoint.Validation, espace de noms