IPolicyItemCollection 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 code access security (CAS) policy items.
public interface class IPolicyItemCollection : System::Collections::Generic::ICollection<Microsoft::VisualStudio::SharePoint::Packages::IPolicyItem ^>, System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::SharePoint::Packages::IPolicyItem ^>, System::Collections::Generic::IList<Microsoft::VisualStudio::SharePoint::Packages::IPolicyItem ^>
public interface IPolicyItemCollection : System.Collections.Generic.ICollection<Microsoft.VisualStudio.SharePoint.Packages.IPolicyItem>, System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.SharePoint.Packages.IPolicyItem>, System.Collections.Generic.IList<Microsoft.VisualStudio.SharePoint.Packages.IPolicyItem>
type IPolicyItemCollection = interface
interface IList<IPolicyItem>
interface ICollection<IPolicyItem>
interface seq<IPolicyItem>
interface IEnumerable
Public Interface IPolicyItemCollection
Implements ICollection(Of IPolicyItem), IEnumerable(Of IPolicyItem), IList(Of IPolicyItem)
- Implements
Remarks
For more information, see Code Access Security.
Methods
Add() |
Adds a new policy item. |