TableItemStyle.MergeWith(Style) 方法

定义

将指定 Style 的样式属性与从中调用此方法的 TableItemStyle 类的实例组合。

public:
 override void MergeWith(System::Web::UI::WebControls::Style ^ s);
public override void MergeWith (System.Web.UI.WebControls.Style s);
override this.MergeWith : System.Web.UI.WebControls.Style -> unit
Public Overrides Sub MergeWith (s As Style)

参数

s
Style

表示要合并的样式的 Style

注解

MergeWith使用 方法可将指定 Style 的样式属性合并到从中调用此方法的类的TableItemStyle实例中。

此方法联接 对象的属性 Style 和 类的 TableItemStyle 当前实例。 这是通过使用 参数的相应属性中的值来设置类的 TableItemStyle 当前实例中未设置的每个属性来实现的 s 。 仅替换尚未设置的属性。 如果未设置 参数中的 s 属性,则它不会替换 类的当前实例 TableItemStyle 中的相应属性。

适用于

另请参阅