ITemplateFileCollection 接口

定义

表示包中模板文件的集合。

public interface ITemplateFileCollection : System.Collections.Generic.ICollection<Microsoft.VisualStudio.SharePoint.Packages.ITemplateFile>, System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.SharePoint.Packages.ITemplateFile>, System.Collections.Generic.IList<Microsoft.VisualStudio.SharePoint.Packages.ITemplateFile>
实现

方法

Add()

将新的模板文件添加到集合。

适用于