Value.SetXPath Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
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)
Paramètres
- xpath
- String
- val
- Object
- isDynamic
- Boolean
S’applique à
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)
Paramètres
- xpath
- String
- val
- Object
- fmt
- ValueFormatter
- isDynamic
- Boolean