IHtmlControlDesignerBehavior.GetAttribute(String, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the specified attribute.
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
Parameters
- attribute
- String
The attribute to retrieve.
- ignoreCase
- Boolean
true
if the attribute syntax is case-insensitive; otherwise, false
.
Returns
The attribute that was retrieved.
Remarks
Note
The GetAttribute method is obsolete. Use the GetAttribute method on the Tag property of the ControlDesigner class for equivalent control designer functionality.
Applies to
See also
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.