IFeatureValidationContext Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the contextual data passed to the feature validation rules during the feature validation process.
public interface class IFeatureValidationContext : Microsoft::VisualStudio::SharePoint::Validation::IPackageValidationContext
public interface IFeatureValidationContext : Microsoft.VisualStudio.SharePoint.Validation.IPackageValidationContext
type IFeatureValidationContext = interface
interface IPackageValidationContext
interface IValidationContext
Public Interface IFeatureValidationContext
Implements IPackageValidationContext
- Implements
Properties
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) |