Table of Contents

ThemeRepoManifest 类

命名空间
ClassIsland.Core.Models.XamlTheme
程序集
ClassIsland.Core.dll

主题仓库清单,用于构建主题索引(ThemeIndexInfo)。

public class ThemeRepoManifest : ThemeManifest, INotifyPropertyChanging, IMarketplaceItemRepoManifest, IMarketplaceItemManifest, INotifyPropertyChanged
继承
ThemeRepoManifest
实现
继承成员

属性

ArtifactName

主题发布工件名称。留空将匹配 *.cipx 的发布工件。

public string? ArtifactName { get; set; }

属性值

string

AssetsRoot

资产文件根目录

public string AssetsRoot { get; set; }

属性值

string

RepoName

主题仓库名称

public string RepoName { get; set; }

属性值

string

示例

MyPlugin

RepoOwner

主题仓库所有者

public string RepoOwner { get; set; }

属性值

string

示例

HelloWRC