다음을 통해 공유


Value.PrefetchXPath 메서드

정의

오버로드

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)

매개 변수

xpath
String

적용 대상

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)

매개 변수

baseSet
PrefetchSet

적용 대상