StyleSheet.Item[String] 属性

定义

在样式表中按名称获取或设置一个 Style 对象。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 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

参数

name
String

用于标识样式的键。

属性值

样式表中具有指定名称的 Style 对象。

适用于

另请参阅