PageTheme.LinkedStyleSheets 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在衍生類別中覆寫時,取得連結至此頁面之樣式表陣列。
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 是抽象屬性,必須在衍生類別中實作。 編譯時,主題會產生覆寫此屬性的程式碼。