ISafeControlCollection 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 controls.
public interface class ISafeControlCollection : System::Collections::Generic::ICollection<Microsoft::VisualStudio::SharePoint::Packages::ISafeControl ^>, System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::SharePoint::Packages::ISafeControl ^>, System::Collections::Generic::IList<Microsoft::VisualStudio::SharePoint::Packages::ISafeControl ^>
public interface ISafeControlCollection : System.Collections.Generic.ICollection<Microsoft.VisualStudio.SharePoint.Packages.ISafeControl>, System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.SharePoint.Packages.ISafeControl>, System.Collections.Generic.IList<Microsoft.VisualStudio.SharePoint.Packages.ISafeControl>
type ISafeControlCollection = interface
interface IList<ISafeControl>
interface ICollection<ISafeControl>
interface seq<ISafeControl>
interface IEnumerable
Public Interface ISafeControlCollection
Implements ICollection(Of ISafeControl), IEnumerable(Of ISafeControl), IList(Of ISafeControl)
- Implements
Remarks
Safe controls are controls that marked as secure by the control's author. Safe controls can be used by contributors. see Security for SharePoint Solutions.
Methods
Add() |
Adds a new safe control to the collection. |