ParseDynamicPathSegment 代理人
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示剖析未知路徑區段或開啟屬性區段的委派
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