StyleSheet.Item[String] Właściwość

Definicja

Pobiera lub ustawia Style obiekt w arkuszu stylów według nazwy. Ten interfejs API jest nieaktualny. Aby uzyskać informacje o sposobie tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & z ASP.NET).

public:
 property System::Web::UI::MobileControls::Style ^ default[System::String ^] { System::Web::UI::MobileControls::Style ^ get(System::String ^ name); void set(System::String ^ name, System::Web::UI::MobileControls::Style ^ value); };
public System.Web.UI.MobileControls.Style this[string name] { get; set; }
member this.Item(string) : System.Web.UI.MobileControls.Style with get, set
Default Public Property Item(name As String) As Style

Parametry

name
String

Klucz używany do identyfikowania stylu.

Wartość właściwości

Style Obiekt w arkuszu stylów o określonej nazwie.

Dotyczy

Zobacz też