Share via


ISharePointProjectItem.DefaultFile Property

Definition

Get or sets the file that is launched when a SharePoint project item node in Solution Explorer is activated.

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

Property Value

An object representing a file.

Remarks

A SharePoint extension can either set this property or handle the Open event to control the project item folder node activation behavior.

Applies to