CreateAttribute Method
MSDN Home
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
.NET Framework Class Library
System.Xml Namespace
XmlDocument Class
XmlDocument Methods
CreateAttribute Method
CreateAttribute Method (String ...
CreateAttribute Method (String ...
CreateAttribute Method (String ...
XmlDocument Methods
CloneNode Method
CreateAttribute Method
CreateCDataSection Method
CreateComment Method
CreateDefaultAttribute Method
CreateDocumentFragment Method
CreateDocumentType Method
CreateElement Method
CreateEntityReference Method
CreateNavigator Method
CreateNode Method
CreateProcessingInstruction Me ...
CreateSignificantWhitespace Me ...
CreateTextNode Method
CreateWhitespace Method
CreateXmlDeclaration Method
GetElementById Method
GetElementsByTagName Method
ImportNode Method
Load Method
LoadXml Method
ReadNode Method
Save Method
SelectNodes Method
SelectSingleNode Method
Validate Method
WriteContentTo Method
WriteTo Method
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library
XmlDocument
.
.
::
.
CreateAttribute Method
Creates an
XmlAttribute
with the specified name.
Overload List
Name
Description
CreateAttribute(String)
Creates an
XmlAttribute
with the specified
Name
.
CreateAttribute(String, String)
Creates an
XmlAttribute
with the specified qualified name and
NamespaceURI
.
CreateAttribute(String, String, String)
Creates an
XmlAttribute
with the specified
Prefix
,
LocalName
, and
NamespaceURI
.
Top
See Also
Reference
XmlDocument Class
XmlDocument Members
System.Xml Namespace
Tags :