Writes the start element.
Namespace: FirstFloor.Documents.IOAssembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.11.0)
public virtual bool WriteStartElement(
string prefix,
string localName,
string ns
)
Public Overridable Function WriteStartElement (
prefix As String,
localName As String,
ns As String
) As Boolean
public:
virtual bool WriteStartElement(
String^ prefix,
String^ localName,
String^ ns
)
abstract WriteStartElement :
prefix : string *
localName : string *
ns : string -> bool
override WriteStartElement :
prefix : string *
localName : string *
ns : string -> bool
Parameters
- prefix
- Type: SystemString
The prefix. - localName
- Type: SystemString
The local name. - ns
- Type: SystemString
The namespace.
Return Value
Type:
BooleanA value indicating whether the element has actually been written.
Reference