IPackageManifest.RootFiles Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.