다음을 통해 공유


ISafeControlCollection 인터페이스

안전 컨트롤의 컬렉션을 나타냅니다.

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

구문

‘선언
Public Interface ISafeControlCollection _
    Inherits IList(Of ISafeControl), ICollection(Of ISafeControl),  _
    IEnumerable(Of ISafeControl), IEnumerable
public interface ISafeControlCollection : IList<ISafeControl>, 
    ICollection<ISafeControl>, IEnumerable<ISafeControl>, IEnumerable

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

속성

  이름 설명
Public 속성 Count ICollection<T> 에 포함된 요소 수를 가져옵니다. (ICollection<ISafeControl>에서 상속됨)
Public 속성 IsReadOnly ICollection<T> 이 읽기 전용인지 여부를 나타내는 값을 가져옵니다. (ICollection<ISafeControl>에서 상속됨)
Public 속성 Item 지정된 인덱스에 있는 요소를 가져오거나 설정합니다. (IList<ISafeControl>에서 상속됨)

위쪽

메서드

  이름 설명
Public 메서드 Add() 컬렉션에 새 안전 컨트롤을 추가합니다.
Public 메서드 Add(T) ICollection<T> 에 항목을 추가합니다. (ICollection<ISafeControl>에서 상속됨)
Public 메서드 Clear ICollection<T> 에서 항목을 모두 제거합니다. (ICollection<ISafeControl>에서 상속됨)
Public 메서드 Contains ICollection<T> 에 특정 값이 들어 있는지 여부를 확인합니다. (ICollection<ISafeControl>에서 상속됨)
Public 메서드 CopyTo 특정 Array 인덱스에서 시작하여 ICollection<T>의 요소를 Array에 복사합니다. (ICollection<ISafeControl>에서 상속됨)
Public 메서드 GetEnumerator() 컬렉션을 반복하는 열거자를 반환합니다. (IEnumerable<ISafeControl>에서 상속됨)
Public 메서드 GetEnumerator() 컬렉션을 반복하는 열거자를 반환합니다. (IEnumerable에서 상속됨)
Public 메서드 IndexOf IList<T> 에서 특정 항목의 인덱스를 확인합니다. (IList<ISafeControl>에서 상속됨)
Public 메서드 Insert 항목을 IList<T>의 지정한 인덱스에 삽입합니다. (IList<ISafeControl>에서 상속됨)
Public 메서드 Remove ICollection<T> 에서 맨 처음 발견되는 특정 개체를 제거합니다. (ICollection<ISafeControl>에서 상속됨)
Public 메서드 RemoveAt 지정한 인덱스에서 IList<T> 항목을 제거합니다. (IList<ISafeControl>에서 상속됨)

위쪽

설명

안전한 컨트롤은 컨트롤 작성자가 안전한 것으로 표시한 컨트롤입니다.안전한 컨트롤은 참가자가 사용할 수 있습니다.SharePoint 솔루션 보안를 참조하십시오.

참고 항목

참조

Microsoft.VisualStudio.SharePoint.Packages 네임스페이스