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






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

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

SchemaVocabulary Class
SchemaVocabulary Members
Base Implementation in AddLocalName

Send Feedback