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.Matches (String)

[To be supplied.]

[Visual Basic]
Overloads Overridable Public Function Matches( _
   ByVal xpathexpr As String _
) As Boolean
[C#]
public virtual bool Matches(
   string xpathexpr
);
[C++]
public: virtual bool Matches(
   String* xpathexpr
);
[JScript]
public function Matches(
   xpathexpr : String
) : Boolean;

Parameters

xpathexpr
[To be supplied.]

See Also

DocumentNavigator Class | DocumentNavigator Members | System.Data.XML Namespace | DocumentNavigator.Matches Overload List