←Select platform

SetElementValue Method

Summary

Sets the XML value from a raw string.

Syntax

C#
VB
Objective-C
C++
public void SetElementValue( 
   string value 
) 
Public Sub SetElementValue( _ 
   ByVal value As String _ 
)  
- (BOOL)setElementValue:(NSString *)value 
public: 
void SetElementValue(  
   String^ value 
)  

Parameters

value
The new value of the XML element as a raw string.

Example

For an example, refer to EnumerateElements.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Svg Assembly