NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DocumentNavigator.Compile

[To be supplied.]

[Visual Basic]
Overridable Public Function Compile( _
   ByVal xpathexpr As String _
) As Object
[C#]
public virtual object Compile(
   string xpathexpr
);
[C++]
public: virtual Object* Compile(
   String* xpathexpr
);
[JScript]
public function Compile(
   xpathexpr : String
) : Object;

Parameters

xpathexpr
[To be supplied.]

See Also

DocumentNavigator Class | DocumentNavigator Members | System.Data.XML Namespace