XmlRewritingContentFactory.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) | |
SetXPath(String, Object, ValueFormatter) |
SetXPath(String, Object)
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
Parameters
- xpath
- String
- val
- Object
- fmt
- ValueFormatter