Edit

XPathSubscriptionExpression.ParsePath(String) Method

Definition

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

Applies to