This documentation is archived and is not being maintained.
IHtmlControlDesignerBehavior.GetAttribute Method
.NET Framework 1.1
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:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
IHtmlControlDesignerBehavior Interface | IHtmlControlDesignerBehavior Members | System.Web.UI.Design Namespace
Show: