ISharePointProjectPackage 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
SharePoint 프로젝트와 연결된 SharePoint 패키지입니다.
public interface class ISharePointProjectPackage : Microsoft::VisualStudio::SharePoint::ISharePointProjectMember, System::ComponentModel::INotifyPropertyChanged
public interface ISharePointProjectPackage : Microsoft.VisualStudio.SharePoint.ISharePointProjectMember, System.ComponentModel.INotifyPropertyChanged
type ISharePointProjectPackage = interface
interface ISharePointProjectMember
interface IAnnotatedObject
interface INotifyObjectDisposing
interface INotifyObjectDisposed
interface INotifyPropertyChanged
Public Interface ISharePointProjectPackage
Implements INotifyPropertyChanged, ISharePointProjectMember
- 구현
속성
Annotations |
IAnnotatedObject 인터페이스를 구현하는 개체와 함께 사용자 지정 데이터를 연결하는 인스턴스 IAnnotationDictionary를 가져옵니다. (다음에서 상속됨 IAnnotatedObject) |
Features |
패키지 문서 개체에서 참조된 기능의 컬렉션을 가져옵니다. |
FullPath |
프로젝트 멤버 파일 또는 디렉터리의 전체 원본 경로를 가져옵니다. (다음에서 상속됨 ISharePointProjectMember) |
Icon |
솔루션 탐색기에 표시된 프로젝트 멤버 노드에 대한 아이콘을 가져옵니다. (다음에서 상속됨 ISharePointProjectMember) |
Id |
디자인 타임 동안 사용 되는 패키지의 ID를 가져옵니다. |
IsDisposed |
개체가 삭제되는지 여부를 가져옵니다. (다음에서 상속됨 INotifyObjectDisposed) |
IsDisposing |
개체가 삭제되는지 여부를 가져옵니다. (다음에서 상속됨 INotifyObjectDisposing) |
IsExpanded |
해당 노드가 솔루션 탐색기에서 확장되는지 여부를 가져오거나 설정합니다. (다음에서 상속됨 ISharePointProjectMember) |
ManifestTemplateFile |
패키지에 연결된 매니페스트 템플릿 파일을 가져옵니다. |
Model |
SharePoint 패키지 문서의 루트 개체를 가져옵니다. |
Name |
솔루션 탐색기에 표시된 프로젝트 멤버 노드의 이름을 가져옵니다. (다음에서 상속됨 ISharePointProjectMember) |
OutputPath |
패키지가 컴파일되는 경로를 가져옵니다. |
PackageFile |
.package 파일에 대한 프로젝트 멤버를 가져옵니다. |
Project |
포함하는 프로젝트에 대한 참조를 가져옵니다. (다음에서 상속됨 ISharePointProjectMember) |
ProjectItems |
패키지 문서 개체에서 참조된 SharePoint 프로젝트 항목의 컬렉션을 가져옵니다. |
메서드
BuildPackage() |
SharePoint 솔루션 패키지 파일을 빌드합니다. |
CollapseChildItems() |
이 ISharePointProjectMember 항목의 모든 자식 항목이 솔루션 탐색기 축소되었는지 확인합니다. (다음에서 상속됨 ISharePointProjectMember) |
Validate() |
패키지에서 디자인 타임 유효성 검사를 실행하고 IDE 오류 목록을 업데이트합니다. |
이벤트
Disposed |
개체가 삭제될 때 발생합니다. (다음에서 상속됨 INotifyObjectDisposed) |
Disposing |
개체 삭제될 때 발생합니다. (다음에서 상속됨 INotifyObjectDisposing) |
NameChanged |
프로젝트 멤버 노드의 이름이 변경될 때 발생합니다. (다음에서 상속됨 ISharePointProjectMember) |