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






The prefix of an attribute XML namespace.
The attribute local name.
The namespace URI.
Adds the qualified name of an attribute into the vocabulary.
Syntax
'Declaration
 
Public Overloads Overrides Sub WriteStartAttribute( _
   ByVal prefix As System.String, _
   ByVal localName As System.String, _
   ByVal ns As System.String _
) 
'Usage
 
Dim instance As VocabularyWriter
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 prefix of an attribute XML namespace.
localName
The attribute local name.
ns
The namespace URI.
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

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

Send Feedback