IHtmlControlDesignerBehavior.GetAttribute(String, Boolean) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取指定的特性。
public:
System::Object ^ GetAttribute(System::String ^ attribute, bool ignoreCase);
public object GetAttribute (string attribute, bool ignoreCase);
abstract member GetAttribute : string * bool -> obj
Public Function GetAttribute (attribute As String, ignoreCase As Boolean) As Object
参数
- attribute
- String
要检索的特性。
- ignoreCase
- Boolean
如果特性语法不区分大小写,则为 true
;否则为 false
。
返回
被检索的特性。
注解
注意
方法 GetAttribute 已过时。 GetAttribute对 类的 属性使用 方法Tag实现等效的ControlDesigner控件设计器功能。