IHtmlControlDesignerBehavior.SetStyleAttribute 方法

定义

将指定的样式特性设置到指定的对象。

public:
 void SetStyleAttribute(System::String ^ attribute, bool designTimeOnly, System::Object ^ value, bool ignoreCase);
public void SetStyleAttribute (string attribute, bool designTimeOnly, object value, bool ignoreCase);
abstract member SetStyleAttribute : string * bool * obj * bool -> unit
Public Sub SetStyleAttribute (attribute As String, designTimeOnly As Boolean, value As Object, ignoreCase As Boolean)

参数

attribute
String

要设置的属性。

designTimeOnly
Boolean

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

value
Object

要设置其特性的对象。

ignoreCase
Boolean

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

注解

注意

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

适用于

另请参阅