IPackageValidationProvider.ValidateFeatureForProjectItem, méthode
This API supports the Visual Studio infrastructure and is not intended to be used directly from your code.
Détermine si un élément de projet peut être ajouté à la fonctionnalité.
Espace de noms : Microsoft.VisualStudio.SharePoint.Validation
Assembly : Microsoft.VisualStudio.SharePoint (dans Microsoft.VisualStudio.SharePoint.dll)
Syntaxe
'Déclaration
Function ValidateFeatureForProjectItem ( _
projectFeature As ISharePointProjectFeature, _
projectItem As ISharePointProjectItem _
) As IValidationResult
IValidationResult ValidateFeatureForProjectItem(
ISharePointProjectFeature projectFeature,
ISharePointProjectItem projectItem
)
Paramètres
- projectFeature
Type : Microsoft.VisualStudio.SharePoint.ISharePointProjectFeature
Fonctionnalité à valider.
- projectItem
Type : Microsoft.VisualStudio.SharePoint.ISharePointProjectItem
Élément de projet avec lequel la fonctionnalité doit être validée.
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