Value.SetXPath Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SetXPath(String, Object, Boolean) | |
SetXPath(String, Object, ValueFormatter, Boolean) |
SetXPath(String, Object, Boolean)
public:
void SetXPath(System::String ^ xpath, System::Object ^ val, bool isDynamic);
public void SetXPath (string xpath, object val, bool isDynamic);
member this.SetXPath : string * obj * bool -> unit
Public Sub SetXPath (xpath As String, val As Object, isDynamic As Boolean)
Parameters
- xpath
- String
- val
- Object
- isDynamic
- Boolean
Applies to
SetXPath(String, Object, ValueFormatter, Boolean)
public:
void SetXPath(System::String ^ xpath, System::Object ^ val, Microsoft::XLANGs::RuntimeTypes::ValueFormatter ^ fmt, bool isDynamic);
public void SetXPath (string xpath, object val, Microsoft.XLANGs.RuntimeTypes.ValueFormatter fmt, bool isDynamic);
member this.SetXPath : string * obj * Microsoft.XLANGs.RuntimeTypes.ValueFormatter * bool -> unit
Public Sub SetXPath (xpath As String, val As Object, fmt As ValueFormatter, isDynamic As Boolean)
Parameters
- xpath
- String
- val
- Object
- fmt
- ValueFormatter
- isDynamic
- Boolean