XPathSubscriptionExpression.ParsePath(String) 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.
Parse a simple xpath expression. This will look for the last xpath Filter and give you the path before the filter, information about the filter, and the path after the filter
public override Microsoft.VisualStudio.Services.Notifications.WebApi.PathSubscriptionExpression ParsePath(string xpath);
override this.ParsePath : string -> Microsoft.VisualStudio.Services.Notifications.WebApi.PathSubscriptionExpression
Public Overrides Function ParsePath (xpath As String) As PathSubscriptionExpression
Parameters
- xpath
- String
xpath string to parse
Returns
XPathSubscriptionExpression