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