IPackageManifest.TemplateFiles Property

Definition

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.

Applies to