C1.Win.C1Editor.4 Assembly > C1.Win.C1Editor.Internal.HTML Namespace > IHTMLStyle Interface : getAttribute Method |
getAttribute
method of IHTMLStyle
interface.
'Declaration Function getAttribute( _ ByVal strAttributeName As System.String, _ ByVal lFlags As System.Integer _ ) As System.Object
System.object getAttribute( System.string strAttributeName, System.int lFlags )
An original IDL definition of getAttribute
method was the following: HRESULT getAttribute (BSTR strAttributeName, [optional, defaultvalue(0)] long lFlags, [out, retval] VARIANT* ReturnValue)
;