Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Represents the contextual data passed to the feature validation rules during the feature validation process.
Namespace: Microsoft.VisualStudio.SharePoint.Validation
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
Syntax
'Declaration
Public Interface IFeatureValidationContext _
Inherits IPackageValidationContext, IValidationContext
public interface IFeatureValidationContext : IPackageValidationContext,
IValidationContext
The IFeatureValidationContext type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
Feature | Gets the feature on which validation is being performed. |
![]() |
Package | Gets the package on which validation is being performed. (Inherited from IPackageValidationContext.) |
![]() |
RuleViolations | Gets the current collection of validation rule violations. (Inherited from IValidationContext.) |
Top
.gif)