Share via


Part.XPathLoad(Part, String, Type) Method

Definition

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

Returns

Applies to