IHtmlControlDesignerBehavior.GetStyleAttribute 方法

定义

获取指定的样式特性。

public:
 System::Object ^ GetStyleAttribute(System::String ^ attribute, bool designTimeOnly, bool ignoreCase);
public object GetStyleAttribute (string attribute, bool designTimeOnly, bool ignoreCase);
abstract member GetStyleAttribute : string * bool * bool -> obj
Public Function GetStyleAttribute (attribute As String, designTimeOnly As Boolean, ignoreCase As Boolean) As Object

参数

attribute
String

要检索的样式特性。

designTimeOnly
Boolean

如果该特性仅在设计时活动,则为 true;否则为 false

ignoreCase
Boolean

如果特性语法不区分大小写,则为 true;否则为 false

返回

被检索的样式特性。

注解

注意

方法 GetStyleAttribute 已过时。 GetDesignTimeCssAttributes对 类使用 方法ContainerControlDesigner获取等效的控件设计器功能。

适用于

另请参阅