共用方式為


StyleSheet.Item[String] 屬性

定義

依名稱順序取得或設定樣式表中的 Style 物件。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites

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

參數

name
String

用來識別樣式的索引鍵。

屬性值

樣式表中具有指定名稱的 Style 物件。

適用於

另請參閱