다음을 통해 공유


ISafeControlEntryCollection 인터페이스

안전 제어 항목의 컬렉션을 나타냅니다.

네임스페이스:  Microsoft.VisualStudio.SharePoint
어셈블리:  Microsoft.VisualStudio.SharePoint(Microsoft.VisualStudio.SharePoint.dll)

구문

‘선언
Public Interface ISafeControlEntryCollection _
    Inherits ISharePointCollection(Of ISafeControlEntry), INotifyCollectionChanged, INotifyPropertyChanged,  _
    IEnumerable(Of ISafeControlEntry), IEnumerable
public interface ISafeControlEntryCollection : ISharePointCollection<ISafeControlEntry>, 
    INotifyCollectionChanged, INotifyPropertyChanged, IEnumerable<ISafeControlEntry>, IEnumerable

ISafeControlEntryCollection 형식에서는 다음과 같은 멤버를 노출합니다.

속성

  이름 설명
Public 속성 Count 컬렉션의 항목 수를 가져옵니다. (ISharePointCollection<T>에서 상속됨)
Public 속성 ProjectItem 부모 프로젝트 항목에 대한 참조를 가져옵니다.

위쪽

메서드

  이름 설명
Public 메서드 Add 안전 컨트롤 항목을 컬렉션에 추가합니다.
Public 메서드 Clear 컬렉션에서 모든 안전 컨트롤 항목을 제거합니다.
Public 메서드 Contains 제공된 항목이 이 컬렉션의 멤버인지 여부를 가져옵니다. (ISharePointCollection<T>에서 상속됨)
Public 메서드 CopyTo 이 컬렉션의 항목을 배열에 복사합니다. (ISharePointCollection<T>에서 상속됨)
Public 메서드 GetEnumerator() 컬렉션을 반복하는 열거자를 반환합니다. (IEnumerable<ISafeControlEntry>에서 상속됨)
Public 메서드 GetEnumerator() 컬렉션을 반복하는 열거자를 반환합니다. (IEnumerable에서 상속됨)
Public 메서드 Remove ISafeControlEntryCollection 컬렉션에서 안전 컨트롤 항목을 제거합니다.

위쪽

이벤트

  이름 설명
Public 이벤트 CollectionChanged 컬렉션이 변경되면 이 이벤트가 발생합니다. (INotifyCollectionChanged에서 상속됨)
Public 이벤트 PropertyChanged 속성 값이 변경되면 발생합니다. (INotifyPropertyChanged에서 상속됨)

위쪽

참고 항목

참조

Microsoft.VisualStudio.SharePoint 네임스페이스