PageTheme.LinkedStyleSheets 属性
定义
当在派生类中重写时,获取链接到此页的样式表的数组。When overridden in a derived class, gets an array of style sheets that are linked to this page.
protected:
abstract property cli::array <System::String ^> ^ LinkedStyleSheets { cli::array <System::String ^> ^ get(); };
protected abstract string[] LinkedStyleSheets { get; }
member this.LinkedStyleSheets : string[]
Protected MustOverride ReadOnly Property LinkedStyleSheets As String()
属性值
- String[]
链接到此页的样式表的字符串数组。A string array of style sheets linked to this page.
注解
LinkedStyleSheets属性是抽象的,并且必须在派生类中实现。The LinkedStyleSheets property is abstract and must be implemented in a derived class. 在编译时,主题将生成重写此属性的代码。When compiled, a theme will generate code that overrides this property.