IFeatureActivationDependencyCollection 인터페이스
기능 활성화 종속성의 컬렉션을 나타냅니다.
네임스페이스: Microsoft.VisualStudio.SharePoint.Features
어셈블리: Microsoft.VisualStudio.SharePoint(Microsoft.VisualStudio.SharePoint.dll)
구문
‘선언
Public Interface IFeatureActivationDependencyCollection _
Inherits IList(Of IFeatureActivationDependency), ICollection(Of IFeatureActivationDependency), _
IEnumerable(Of IFeatureActivationDependency), IEnumerable
public interface IFeatureActivationDependencyCollection : IList<IFeatureActivationDependency>,
ICollection<IFeatureActivationDependency>, IEnumerable<IFeatureActivationDependency>, IEnumerable
IFeatureActivationDependencyCollection 형식에서는 다음과 같은 멤버를 노출합니다.
속성
이름 | 설명 | |
---|---|---|
Count | ICollection<T> 에 포함된 요소 수를 가져옵니다. (ICollection<IFeatureActivationDependency>에서 상속됨) | |
IsReadOnly | ICollection<T> 이 읽기 전용인지 여부를 나타내는 값을 가져옵니다. (ICollection<IFeatureActivationDependency>에서 상속됨) | |
Item | 지정한 인덱스에 있는 요소를 가져오거나 설정합니다. (IList<IFeatureActivationDependency>에서 상속됨) |
위쪽
메서드
위쪽