Share via


IPackageValidationProvider.ValidateFeatureForProjectItem Method

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

Determines whether a project item can be added to the feature.

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
)

Parameters

Return Value

Type: Microsoft.VisualStudio.SharePoint.Validation.IValidationResult
An object representing the result of the validation.

.NET Framework Security

See Also

Reference

IPackageValidationProvider Interface

Microsoft.VisualStudio.SharePoint.Validation Namespace