This documentation is archived and is not being maintained.

IHtmlControlDesignerBehavior.GetAttribute Method

Gets the specified attribute.

[Visual Basic]
Function GetAttribute( _
   ByVal attribute As String, _
   ByVal ignoreCase As Boolean _
) As Object
[C#]
object GetAttribute(
   string attribute,
 bool ignoreCase
);
[C++]
Object* GetAttribute(
   String* attribute,
 bool ignoreCase
);
[JScript]
function GetAttribute(
   attribute : String,
 ignoreCase : Boolean
) : Object;

Parameters

attribute
The attribute to retrieve.
ignoreCase
true if the attribute syntax is case-insensitive; otherwise, false.

Return Value

The attribute that was retrieved.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

.NET Framework Security: 

See Also

IHtmlControlDesignerBehavior Interface | IHtmlControlDesignerBehavior Members | System.Web.UI.Design Namespace

Show: