共用方式為


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 事件,以控制專案專案資料夾節點啟用行為。

適用於