ISafeControlEntryCollection Interface

 

Represents a collection of safe control entries.

Namespace:   Microsoft.VisualStudio.SharePoint
Assembly:  Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)

public interface class ISafeControlEntryCollection : ISharePointCollection<ISafeControlEntry^>, 
	INotifyCollectionChanged, INotifyPropertyChanged, IEnumerable<ISafeControlEntry^>, 
	IEnumerable

NameDescription
System_CAPS_pubpropertyCount

Gets the number of items in the collection.(Inherited from ISharePointCollection<T>.)

System_CAPS_pubpropertyProjectItem

Gets a reference to the parent project item.

NameDescription
System_CAPS_pubmethodAdd(String^, String^, String^, Boolean)

Adds a safe control entry to the collection.

System_CAPS_pubmethodClear()

Removes all safe control entries from the collection.

System_CAPS_pubmethodContains(T)

Gets whether the provided item is a member of this collection.(Inherited from ISharePointCollection<T>.)

System_CAPS_pubmethodCopyTo(array<T>^, Int32)

Copies items from this collection into an array.(Inherited from ISharePointCollection<T>.)

System_CAPS_pubmethodGetEnumerator()

(Inherited from IEnumerable<T>.)

System_CAPS_pubmethodRemove(ISafeControlEntry^)

Removes the safe control entry from the ISafeControlEntryCollection collection.

Return to top
Show: