IPackageValidationProvider.ValidateFeatureForProjectItem-Methode
This API supports the Visual Studio infrastructure and is not intended to be used directly from your code.
Bestimmt, ob der Funktion ein Projektelement hinzugefügt werden kann.
Namespace: Microsoft.VisualStudio.SharePoint.Validation
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
Syntax
'Declaration
Function ValidateFeatureForProjectItem ( _
projectFeature As ISharePointProjectFeature, _
projectItem As ISharePointProjectItem _
) As IValidationResult
IValidationResult ValidateFeatureForProjectItem(
ISharePointProjectFeature projectFeature,
ISharePointProjectItem projectItem
)
Parameter
- projectFeature
Typ: Microsoft.VisualStudio.SharePoint.ISharePointProjectFeature
Die zu validierende Funktion.
- projectItem
Typ: Microsoft.VisualStudio.SharePoint.ISharePointProjectItem
Das Projektelement, mit der die Funktion überprüft werden soll.
Rückgabewert
Typ: Microsoft.VisualStudio.SharePoint.Validation.IValidationResult
Ein Objekt, das das Ergebnis der Validierung darstellt.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.