다음을 통해 공유


IMappedFolder 인터페이스

정의

SharePointd의 위치에 매핑되는 SharePoint 프로젝트의 폴더를 나타냅니다.

public interface class IMappedFolder : Microsoft::VisualStudio::SharePoint::ISharePointProjectItem, System::ComponentModel::INotifyPropertyChanged
public interface IMappedFolder : Microsoft.VisualStudio.SharePoint.ISharePointProjectItem, System.ComponentModel.INotifyPropertyChanged
type IMappedFolder = interface
    interface ISharePointProjectItem
    interface ISharePointProjectMember
    interface IAnnotatedObject
    interface INotifyObjectDisposing
    interface INotifyObjectDisposed
    interface INotifyPropertyChanged
    interface ISharePointProjectStartupItem
Public Interface IMappedFolder
Implements INotifyPropertyChanged, ISharePointProjectItem
구현

설명

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

속성이 BuildAction 또는 None 로 설정된 Content 모든 파일은 출력 WSP 파일에 자동으로 포함되고 SharePoint 서버에 배포됩니다.

속성

Annotations

IAnnotatedObject 인터페이스를 구현하는 개체와 함께 사용자 지정 데이터를 연결하는 인스턴스 IAnnotationDictionary를 가져옵니다.

(다음에서 상속됨 IAnnotatedObject)
DefaultFile

솔루션 탐색기에서 SharePoint 프로젝트 항목 노드가 활성화될 때 시작된 파일을 가져오거나 설정합니다.

(다음에서 상속됨 ISharePointProjectItem)
DeploymentLocation

매핑된 폴더가 매핑되는 SharePoint의 위치를 가져오거나 설정합니다. SharePoint의 루트에 상대적인 경로입니다.

ExtensionData

프로젝트 항목 확장을 통해 Visual Studio 세션 간에 사용자 지정 데이터가 유지되도록 하는 정보를 가져옵니다.

(다음에서 상속됨 ISharePointProjectItem)
FeatureActivationDependencies

이 Sharepoint 프로젝트 항목을 포함하는 기능에 추가된 활성화 종속성을 가져옵니다.

(다음에서 상속됨 ISharePointProjectItem)
FeatureProperties

이 SharePoint 프로젝트 항목을 포함하는 기능에 추가된 키/값 쌍을 가져옵니다.

(다음에서 상속됨 ISharePointProjectItem)
FeatureReceiver

SharePoint 프로젝트 항목에 필요한 경우 기능 수신기를 가져옵니다. 패키지 타임에 이 SharePoint 프로젝트 항목을 포함하는 기능에 이 기능 수신기가 추가됩니다.

(다음에서 상속됨 ISharePointProjectItem)
Files

프로젝트에서 SharePoint 프로젝트 항목 폴더 노드와 하위 폴더 아래에 있는 모든 파일의 컬렉션을 가져옵니다.

(다음에서 상속됨 ISharePointProjectItem)
FolderType

매핑된 폴더의 형식을 가져옵니다. 해당 폴더 형식은 SharePoint의 공용 위치에 대한 매핑된 폴더의 위치에서 파생됩니다.

FullPath

프로젝트 멤버 파일 또는 디렉터리의 전체 원본 경로를 가져옵니다.

(다음에서 상속됨 ISharePointProjectMember)
Icon

솔루션 탐색기에 표시된 프로젝트 멤버 노드에 대한 아이콘을 가져옵니다.

(다음에서 상속됨 ISharePointProjectMember)
Id

SharePoint 프로젝트 항목의 이 인스턴스에 대한 전체 고유 식별자를 가져옵니다.

(다음에서 상속됨 ISharePointProjectItem)
IsDisposed

개체가 삭제되는지 여부를 가져옵니다.

(다음에서 상속됨 INotifyObjectDisposed)
IsDisposing

개체가 삭제되는지 여부를 가져옵니다.

(다음에서 상속됨 INotifyObjectDisposing)
IsExpanded

해당 노드가 솔루션 탐색기에서 확장되는지 여부를 가져오거나 설정합니다.

(다음에서 상속됨 ISharePointProjectMember)
Name

솔루션 탐색기에 표시된 프로젝트 멤버 노드의 이름을 가져옵니다.

(다음에서 상속됨 ISharePointProjectMember)
Project

포함하는 프로젝트에 대한 참조를 가져옵니다.

(다음에서 상속됨 ISharePointProjectMember)
ProjectItemType

SharePoint 프로젝트 항목 형식을 나타내는 개체에 대한 참조를 가져옵니다.

(다음에서 상속됨 ISharePointProjectItem)
ProjectOutputReferences

이 프로젝트 항목에 속한 프로젝트 출력 참조의 컬렉션을 가져옵니다. 참조된 프로젝트가 만들어지고 이 프로젝트의 기본 출력이 프로젝트 항목과 함께 패키지됩니다.

(다음에서 상속됨 ISharePointProjectItem)
ProjectUserFileData

프로젝트 사용자 파일(예: 확장명이 .csproj.user 또는 .vbproj.user인 파일)에 저장된 이름/값 쌍을 가져오거나 설정하는 데 사용할 수 있는 IDictionary 개체를 가져옵니다.

(다음에서 상속됨 ISharePointProjectItem)
RelativePath

프로젝트 디렉터리 내에서 항목의 고유 위치를 가져옵니다.

(다음에서 상속됨 ISharePointProjectStartupItem)
SafeControlEntries

배포될 때 이 SharePoint 프로젝트 항목과 함께 배포되어야 하는 안전 컨트롤 항목의 컬렉션을 가져옵니다. 이 항목은 SharePoint 프로젝트 항목을 참조하는 패키지에 추가됩니다.

(다음에서 상속됨 ISharePointProjectItem)
StartupUrl

항목이 시작될 경우 시작할 URL을 가져옵니다.

(다음에서 상속됨 ISharePointProjectStartupItem)
VirtualFiles

가상 파일의 컬렉션을 가져옵니다. 가상 파일은 디자인 타임에 종료하지 않아도 됩니다. 패키지 시 MSBuild 작업은 패키지 성공에 필요한 파일이 있는지 확인해야 합니다.

(다음에서 상속됨 ISharePointProjectItem)

메서드

CollapseChildItems()

ISharePointProjectMember 항목의 모든 자식 항목이 솔루션 탐색기 축소되었는지 확인합니다.

(다음에서 상속됨 ISharePointProjectMember)

이벤트

Disposed

개체가 삭제될 때 발생합니다.

(다음에서 상속됨 INotifyObjectDisposed)
Disposing

개체 삭제될 때 발생합니다.

(다음에서 상속됨 INotifyObjectDisposing)
NameChanged

프로젝트 멤버 노드의 이름이 변경될 때 발생합니다.

(다음에서 상속됨 ISharePointProjectMember)
Open

SharePoint 프로젝트 항목 폴더가 열릴 때 발생합니다.

(다음에서 상속됨 ISharePointProjectItem)

적용 대상