CreateVS2003Element Method (String)

Microsoft Robotics Studio

Helper function for creating an XMLElement node that can be inserted into the code project

Namespace: Microsoft.Dss.Core.Utilities
Assembly:  DssBase (in DssBase.dll)
Version: 1.5.507.0

Syntax

public XmlElement CreateVS2003Element(
    string localName
)
'Declaration
Public Function CreateVS2003Element ( _
    localName As String _
) As XmlElement
public:
XmlElement^ CreateVS2003Element (
    String^ localName
)

Parameters

  • localName
    String
    Local name of element

Return Value

The new XmlElement

See Also

CodeProject Class

Microsoft.Dss.Core.Utilities Namespace