FastInfoset.NET Class Reference for .NET
AddLocalName Method (Vocabulary)






The local name.
Adds the local name to the vocabulary.
Syntax
'Declaration
 
Public MustOverride Sub AddLocalName( _
   ByVal name As System.String _
) 
'Usage
 
Dim instance As Vocabulary
Dim name As System.String
 
instance.AddLocalName(name)
public abstract void AddLocalName( 
   System.string name
)
public procedure AddLocalName( 
    name: System.String
); abstract; 
public __abstract function AddLocalName( 
   name : System.String
);
public: abstract void AddLocalName( 
   System.string* name
) 
public:
abstract void AddLocalName( 
   System.String^ name
) 

Parameters

name
The local name.
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

Vocabulary Class
Vocabulary Members

Send Feedback