Value.PrefetchXPath 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
PrefetchXPath(String) | |
PrefetchXPath(PrefetchSet) |
PrefetchXPath(String)
public:
void PrefetchXPath(System::String ^ xpath);
public void PrefetchXPath (string xpath);
member this.PrefetchXPath : string -> unit
Public Sub PrefetchXPath (xpath As String)
Parameters
- xpath
- String
Applies to
PrefetchXPath(PrefetchSet)
public:
void PrefetchXPath(Microsoft::XLANGs::RuntimeTypes::PrefetchSet ^ baseSet);
public void PrefetchXPath (Microsoft.XLANGs.RuntimeTypes.PrefetchSet baseSet);
member this.PrefetchXPath : Microsoft.XLANGs.RuntimeTypes.PrefetchSet -> unit
Public Sub PrefetchXPath (baseSet As PrefetchSet)
Parameters
- baseSet
- PrefetchSet