IPackageManifest.RootFiles Property

Definition

Gets the root files associated with the package.

public:
 property Microsoft::VisualStudio::SharePoint::Packages::IRootFileCollection ^ RootFiles { Microsoft::VisualStudio::SharePoint::Packages::IRootFileCollection ^ get(); };
public Microsoft.VisualStudio.SharePoint.Packages.IRootFileCollection RootFiles { get; }
member this.RootFiles : Microsoft.VisualStudio.SharePoint.Packages.IRootFileCollection
Public ReadOnly Property RootFiles As IRootFileCollection

Property Value

A collection representing root files.

Applies to