FastInfoset.NET Class Reference for .NET
AddAttributeName Method (WriterVocabulary)






The prefix of an attribute namespace.
The attribute local name.
The namespace URI of an attribute.
Adds the attribute qualified name to the vocabulary.
Syntax
'Declaration
 
Public Overrides NotOverridable Sub AddAttributeName( _
   ByVal prefix As System.String, _
   ByVal localName As System.String, _
   ByVal namespaceUri As System.String _
) 
'Usage
 
Dim instance As WriterVocabulary
Dim prefix As System.String
Dim localName As System.String
Dim namespaceUri As System.String
 
instance.AddAttributeName(prefix, localName, namespaceUri)
public override void AddAttributeName( 
   System.string prefix,
   System.string localName,
   System.string namespaceUri
)
public procedure AddAttributeName( 
    prefix: System.String;
    localName: System.String;
    namespaceUri: System.String
); override; 
public override function AddAttributeName( 
   prefix : System.String,
   localName : System.String,
   namespaceUri : System.String
);
public: void AddAttributeName( 
   System.string* prefix,
   System.string* localName,
   System.string* namespaceUri
) override 
public:
void AddAttributeName( 
   System.String^ prefix,
   System.String^ localName,
   System.String^ namespaceUri
) override 

Parameters

prefix
The prefix of an attribute namespace.
localName
The attribute local name.
namespaceUri
The namespace URI of an 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

WriterVocabulary Class
WriterVocabulary Members
Base Implementation in AddAttributeName

Send Feedback