FastInfoset.NET Class Reference for .NET
WriteXmlnsAttribute Method (XmlFastInfosetWriter)






The prefix that is bound to the given namespace.
The namespace to which the prefix is bound.
Writes a namespace declaration attribute.
Syntax
'Declaration
 
Public Sub WriteXmlnsAttribute( _
   ByVal prefix As System.String, _
   ByVal namespaceUri As System.String _
) 
'Usage
 
Dim instance As XmlFastInfosetWriter
Dim prefix As System.String
Dim namespaceUri As System.String
 
instance.WriteXmlnsAttribute(prefix, namespaceUri)
public void WriteXmlnsAttribute( 
   System.string prefix,
   System.string namespaceUri
)
public procedure WriteXmlnsAttribute( 
    prefix: System.String;
    namespaceUri: System.String
); 
public function WriteXmlnsAttribute( 
   prefix : System.String,
   namespaceUri : System.String
);
public: void WriteXmlnsAttribute( 
   System.string* prefix,
   System.string* namespaceUri
) 
public:
void WriteXmlnsAttribute( 
   System.String^ prefix,
   System.String^ namespaceUri
) 

Parameters

prefix
The prefix that is bound to the given namespace.
namespaceUri
The namespace to which the prefix is bound.
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

Send Feedback