FastInfoset.NET Class Reference for .NET
WriteStartAttribute(String,String,String) Method






The namespace prefix of the attribute.
The local name of the attribute.

The namespace URI for the attribute.

Writes the start of an attribute.
Syntax
'Declaration
 
Public Overloads Overrides NotOverridable Sub WriteStartAttribute( _
   ByVal prefix As System.String, _
   ByVal localName As System.String, _
   ByVal ns As System.String _
) 
'Usage
 
Dim instance As XmlFastInfosetWriter
Dim prefix As System.String
Dim localName As System.String
Dim ns As System.String
 
instance.WriteStartAttribute(prefix, localName, ns)
public override void WriteStartAttribute( 
   System.string prefix,
   System.string localName,
   System.string ns
)
public procedure WriteStartAttribute( 
    prefix: System.String;
    localName: System.String;
    ns: System.String
); override; 
public override function WriteStartAttribute( 
   prefix : System.String,
   localName : System.String,
   ns : System.String
);
public: void WriteStartAttribute( 
   System.string* prefix,
   System.string* localName,
   System.string* ns
) override 
public:
void WriteStartAttribute( 
   System.String^ prefix,
   System.String^ localName,
   System.String^ ns
) override 

Parameters

prefix
The namespace prefix of the attribute.
localName
The local name of the attribute.
ns

The namespace URI for the attribute.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

XmlFastInfosetWriter Class
XmlFastInfosetWriter Members
Overload List
Base Implementation in WriteStartAttribute(String,String,String)

Send Feedback