ISharePointProjectItemTypeProvider 인터페이스
업데이트: 2010년 5월
SharePoint 프로젝트 항목 형식의 정의를 제공합니다.
네임스페이스: Microsoft.VisualStudio.SharePoint
어셈블리: Microsoft.VisualStudio.SharePoint(Microsoft.VisualStudio.SharePoint.dll)
구문
‘선언
Public Interface ISharePointProjectItemTypeProvider
public interface ISharePointProjectItemTypeProvider
ISharePointProjectItemTypeProvider 형식에서는 다음과 같은 멤버를 노출합니다.
메서드
이름 | 설명 | |
---|---|---|
InitializeType | SharePoint 프로젝트 항목 형식의 인스턴스를 초기화하기 위해 프로젝트에 의해 호출됩니다. |
위쪽
설명
SharePoint 프로젝트 항목의 사용자 지정 유형을 정의하려면 ISharePointProjectItemTypeProvider 인터페이스를 구현합니다. 자세한 내용은 사용자 지정 SharePoint 프로젝트 항목 형식 정의 및 방법: SharePoint 프로젝트 항목 형식 정의을 참조하십시오.
이 인터페이스를 구현하는 클래스는 프로젝트 시스템에서 발견된 System.ComponentModel.Composition.ExportAttribute 및 SharePointProjectItemTypeAttribute를 포함해야 합니다.
참고 항목
참조
Microsoft.VisualStudio.SharePoint 네임스페이스
변경 기록
날짜 |
변경 내용 |
이유 |
---|---|---|
2010년 5월 |
이 인터페이스를 구현하는 방법을 보여 주는 항목에 대한 링크가 포함된 새 설명을 추가했습니다. |
향상된 기능 관련 정보 |