Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Writes attributes to the HtmlTextWriter object.
Syntax
Visual Basic Overridable Protected Sub
WriteAttributes( ByVal oWriter As HtmlTextWriter )C# protected virtual void
WriteAttributes(HtmlTextWriter oWriter );Managed C++ protected: virtual void
WriteAttributes(HtmlTextWriter oWriter );JScript protected function
WriteAttributes(oWriter : HtmlTextWriter );
Parameters
oWriter Required. HtmlTextWriter object that contains the attribute.
Return Value
No return value.
Applies To
BaseChildNode
See Also