IApplicationResourceCollection 接口

定义

表示应用程序资源文件的集合。

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

方法

AddAppGlobalResourceFile()

将新的应用程序全局资源文件添加到集合。

AddApplicationResourceFile()

将新的应用程序资源文件添加到集合。

适用于