FastInfoset.NET Class Reference for .NET
WriteName Method (VocabularyWriter)






Syntax
'Declaration
 
<__DynamicallyInvokableAttribute()>
Public Overridable Sub WriteName( _
   ByVal name As System.String _
) 
'Usage
 
Dim instance As VocabularyWriter
Dim name As System.String
 
instance.WriteName(name)
[__DynamicallyInvokable()]
public virtual void WriteName( 
   System.string name
)
public procedure WriteName( 
    name: System.String
); virtual; 
__DynamicallyInvokableAttribute()
public function WriteName( 
   name : System.String
);
[__DynamicallyInvokable()]
public: virtual void WriteName( 
   System.string* name
) 
[__DynamicallyInvokable()]
public:
virtual void WriteName( 
   System.String^ name
) 

Parameters

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

VocabularyWriter Class
VocabularyWriter Members

Send Feedback