PageTheme.LinkedStyleSheets 属性

定义

当在派生类中重写时,获取链接到此页的样式表的数组。

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[]

链接到此页的样式表的字符串数组。

注解

LinkedStyleSheets属性是抽象的,并且必须在派生类中实现。 在编译时,主题将生成重写此属性的代码。

适用于