Compartir a través de


XmlRewritingContentFactory.SetXPath Método

Definición

Sobrecargas

SetXPath(String, Object)
SetXPath(String, Object, ValueFormatter)

SetXPath(String, Object)

public:
 bool SetXPath(System::String ^ xpath, System::Object ^ val);
public bool SetXPath (string xpath, object val);
member this.SetXPath : string * obj -> bool
Public Function SetXPath (xpath As String, val As Object) As Boolean

Parámetros

xpath
String
val
Object

Devoluciones

Se aplica a

SetXPath(String, Object, ValueFormatter)

public:
 bool SetXPath(System::String ^ xpath, System::Object ^ val, Microsoft::XLANGs::RuntimeTypes::ValueFormatter ^ fmt);
public bool SetXPath (string xpath, object val, Microsoft.XLANGs.RuntimeTypes.ValueFormatter fmt);
member this.SetXPath : string * obj * Microsoft.XLANGs.RuntimeTypes.ValueFormatter -> bool
Public Function SetXPath (xpath As String, val As Object, fmt As ValueFormatter) As Boolean

Parámetros

xpath
String
val
Object

Devoluciones

Se aplica a