StyleSheet.Styles Eigenschaft

Definition

Gibt die Auflistung der Formate in einem Stylesheet zurück. Diese API ist veraltet. Informationen zum Entwickeln ASP.NET mobiler Anwendungen finden Sie unter Mobile Apps & Websites mit ASP.NET.

public:
 property System::Collections::ICollection ^ Styles { System::Collections::ICollection ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Collections.ICollection Styles { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Styles : System.Collections.ICollection
Public ReadOnly Property Styles As ICollection

Eigenschaftswert

Die Auflistung der Formate in einem Stylesheet.

Attribute

Gilt für:

Weitere Informationen