IPolicyItemCollection Interface

Definition

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.

Applies to