Part.XPathLoad(Part, String, Type) 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.
public:
static System::Object ^ XPathLoad(Microsoft::XLANGs::Core::Part ^ sourcePart, System::String ^ xpath, Type ^ dstType);
public static object XPathLoad (Microsoft.XLANGs.Core.Part sourcePart, string xpath, Type dstType);
static member XPathLoad : Microsoft.XLANGs.Core.Part * string * Type -> obj
Public Shared Function XPathLoad (sourcePart As Part, xpath As String, dstType As Type) As Object
Parameters
- sourcePart
- Part
- xpath
- String
- dstType
- Type