ISafeControlEntryCollection 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 safe control entries.
public interface class ISafeControlEntryCollection : Microsoft::VisualStudio::SharePoint::ISharePointCollection<Microsoft::VisualStudio::SharePoint::ISafeControlEntry ^>, System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::SharePoint::ISafeControlEntry ^>, System::Collections::Specialized::INotifyCollectionChanged, System::ComponentModel::INotifyPropertyChangedpublic interface ISafeControlEntryCollection : Microsoft.VisualStudio.SharePoint.ISharePointCollection<Microsoft.VisualStudio.SharePoint.ISafeControlEntry>, System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.SharePoint.ISafeControlEntry>, System.Collections.Specialized.INotifyCollectionChanged, System.ComponentModel.INotifyPropertyChangedtype ISafeControlEntryCollection = interface
    interface ISharePointCollection<ISafeControlEntry>
    interface INotifyCollectionChanged
    interface INotifyPropertyChanged
    interface seq<ISafeControlEntry>
    interface IEnumerablePublic Interface ISafeControlEntryCollection
Implements IEnumerable(Of ISafeControlEntry), INotifyCollectionChanged, INotifyPropertyChanged, ISharePointCollection(Of ISafeControlEntry)- Implements
Properties
| Count | Gets the number of items in the collection.(Inherited from ISharePointCollection<T>) | 
| ProjectItem | Gets a reference to the parent project item. | 
Methods
| Add(String, String, String, Boolean) | Adds a safe control entry to the collection. | 
| Clear() | Removes all safe control entries from the 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>) | 
| Remove(ISafeControlEntry) | Removes the safe control entry from the ISafeControlEntryCollection collection. |