WriteStartElement Method
See Also 
SourceCode.Workflow.Design Namespace > XmlPartWriter Class : WriteStartElement Method



localName
The local name of the element.

Glossary Item Box

Writes out a start tag with the specified local name.

Syntax

Visual Basic (Declaration) 
Public Sub WriteStartElement( _
   ByVal localName As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As XmlPartWriter
Dim localName As String
 
instance.WriteStartElement(localName)
C# 
public void WriteStartElement( 
   string localName
)
C++/CLI 
public:
void WriteStartElement( 
   String^ localName
) 

Parameters

localName
The local name of the element.

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