ISafeControlEntryCollection Interface
Represents a collection of safe control entries.
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of items in the collection.(Inherited from ISharePointCollection<T>.) |
![]() | ProjectItem | Gets a reference to the parent project item. |
| Name | Description | |
|---|---|---|
![]() | 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(array<T>^, Int32) | Copies items from this collection into an array.(Inherited from ISharePointCollection<T>.) |
![]() | GetEnumerator() | (Inherited from IEnumerable<T>.) |
![]() | Remove(ISafeControlEntry^) | Removes the safe control entry from the ISafeControlEntryCollection collection. |
| Name | Description | |
|---|---|---|
![]() | CollectionChanged | (Inherited from INotifyCollectionChanged.) |
![]() | PropertyChanged | (Inherited from INotifyPropertyChanged.) |
Show:


