共用方式為


ParseDynamicPathSegment 代理人

定義

表示剖析未知路徑區段或開啟屬性區段的委派

public delegate System.Collections.Generic.ICollection<Microsoft.OData.UriParser.ODataPathSegment> ParseDynamicPathSegment(ODataPathSegment previous, string identifier, string parenthesisExpression);
type ParseDynamicPathSegment = delegate of ODataPathSegment * string * string -> ICollection<ODataPathSegment>
Public Delegate Function ParseDynamicPathSegment(previous As ODataPathSegment, identifier As String, parenthesisExpression As String) As ICollection(Of ODataPathSegment) 

參數

previous
ODataPathSegment

先前的區段資訊。

identifier
String

區段的名稱。

parenthesisExpression
String

括弧內區段的區段,如果沒有,則為 null。

傳回值

描述指定之 的 ODataPathSegment 集合 identifier

適用於