IValidationRuleViolationCollection 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 a collection of validation rule violations.
public interface class IValidationRuleViolationCollection : Microsoft::VisualStudio::SharePoint::ISharePointCollection<Microsoft::VisualStudio::SharePoint::Validation::IValidationRuleViolation ^>, System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::SharePoint::Validation::IValidationRuleViolation ^>, System::Collections::Specialized::INotifyCollectionChanged, System::ComponentModel::INotifyPropertyChanged
public interface IValidationRuleViolationCollection : Microsoft.VisualStudio.SharePoint.ISharePointCollection<Microsoft.VisualStudio.SharePoint.Validation.IValidationRuleViolation>, System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.SharePoint.Validation.IValidationRuleViolation>, System.Collections.Specialized.INotifyCollectionChanged, System.ComponentModel.INotifyPropertyChanged
type IValidationRuleViolationCollection = interface
interface ISharePointCollection<IValidationRuleViolation>
interface INotifyCollectionChanged
interface INotifyPropertyChanged
interface seq<IValidationRuleViolation>
interface IEnumerable
Public Interface IValidationRuleViolationCollection
Implements IEnumerable(Of IValidationRuleViolation), INotifyCollectionChanged, INotifyPropertyChanged, ISharePointCollection(Of IValidationRuleViolation)
- Implements
Properties
Count |
Gets the number of items in the collection. (Inherited from ISharePointCollection<T>) |
Methods
Add(IValidationRuleViolation) |
Adds a rule violation to the rule violations collection. |
Add(String, ValidationRuleViolationSeverity, String, String, ISharePointProject, String) |
Adds a rule violation to the rule violations collection. |
Add(String, ValidationRuleViolationSeverity, String) |
Adds a rule violation to the rule violations collection. |
AddRange(IEnumerable<IValidationRuleViolation>) |
Adds a collection of rule violations to the rule violations collection. |
Contains(T) |
Gets whether the provided item is a member of this collection. (Inherited from ISharePointCollection<T>) |
CopyTo(T[], Int32) |
Copies items from this collection into an array. (Inherited from ISharePointCollection<T>) |