다음을 통해 공유


ISharePointProjectItem.DefaultFile 속성

정의

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

public:
 property Microsoft::VisualStudio::SharePoint::ISharePointProjectItemFile ^ DefaultFile { Microsoft::VisualStudio::SharePoint::ISharePointProjectItemFile ^ get(); void set(Microsoft::VisualStudio::SharePoint::ISharePointProjectItemFile ^ value); };
public Microsoft.VisualStudio.SharePoint.ISharePointProjectItemFile DefaultFile { get; set; }
member this.DefaultFile : Microsoft.VisualStudio.SharePoint.ISharePointProjectItemFile with get, set
Public Property DefaultFile As ISharePointProjectItemFile

속성 값

파일을 나타내는 개체입니다.

설명

SharePoint 확장은 이 속성을 설정하거나 이벤트를 처리 Open 하여 프로젝트 항목 폴더 노드 활성화 동작을 제어할 수 있습니다.

적용 대상