IMappedFolderCollection 인터페이스

SharePoint 프로젝트의 매핑된 폴더 컬렉션을 나타냅니다.

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

구문

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

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

속성

  이름 설명
Public 속성 Count 컬렉션의 항목 수를 가져옵니다. (ISharePointCollection<T>에서 상속됨)
Public 속성 Project 이 매핑된 폴더 컬렉션과 연결된 SharePoint 프로젝트를 가져옵니다.

위쪽

메서드

  이름 설명
Public 메서드 Add(String) 배포 경로가 지정된 매핑된 폴더를 현재 SharePoint 프로젝트에 추가하고 매핑된 폴더를 프로젝트의 패키지에도 추가합니다.
Public 메서드 Add(MappedFolderType) 형식이 지정된 매핑된 폴더를 현재 SharePoint 프로젝트에 추가하고 매핑된 폴더를 프로젝트의 패키지에도 추가합니다.
Public 메서드 Add(String, Boolean) 지정한 배포 경로가 있는 매핑된 폴더를 현재 SharePoint 프로젝트에 추가합니다.
Public 메서드 Add(MappedFolderType, Boolean) 지정한 형식이 있는 매핑된 폴더를 현재 SharePoint 프로젝트에 추가합니다.
Public 메서드 Contains 제공된 항목이 이 컬렉션의 멤버인지 여부를 가져옵니다. (ISharePointCollection<T>에서 상속됨)
Public 메서드 CopyTo 이 컬렉션의 항목을 배열에 복사합니다. (ISharePointCollection<T>에서 상속됨)
Public 메서드 GetEnumerator() 컬렉션을 반복하는 열거자를 반환합니다. (IEnumerable<IMappedFolder>에서 상속됨)
Public 메서드 GetEnumerator() 컬렉션을 반복하는 열거자를 반환합니다. (IEnumerable에서 상속됨)

위쪽

이벤트

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

위쪽

설명

매핑된 폴더는 SharePoint Server 설치의 실제 파일 위치에 해당하는 SharePoint 프로젝트의 폴더입니다. 자세한 내용은 방법: 매핑된 폴더 추가 및 제거을 참조하십시오.

참고 항목

참조

Microsoft.VisualStudio.SharePoint 네임스페이스