IPackageManifest.TemplateFiles 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 template files associated with the package.
public:
property Microsoft::VisualStudio::SharePoint::Packages::ITemplateFileCollection ^ TemplateFiles { Microsoft::VisualStudio::SharePoint::Packages::ITemplateFileCollection ^ get(); };
public Microsoft.VisualStudio.SharePoint.Packages.ITemplateFileCollection TemplateFiles { get; }
member this.TemplateFiles : Microsoft.VisualStudio.SharePoint.Packages.ITemplateFileCollection
Public ReadOnly Property TemplateFiles As ITemplateFileCollection
Property Value
A collection representing template files.