다음을 통해 공유


EdmTypeSemantics.AsPath(IEdmTypeReference) 메서드

정의

이 참조가 경로 형식인 경우 형식 정의에 대한 유효한 경로 형식 참조를 반환합니다. 그렇지 않으면 잘못된 경로 형식 참조를 반환합니다.

public static Microsoft.OData.Edm.IEdmPathTypeReference AsPath (this Microsoft.OData.Edm.IEdmTypeReference type);
static member AsPath : Microsoft.OData.Edm.IEdmTypeReference -> Microsoft.OData.Edm.IEdmPathTypeReference
<Extension()>
Public Function AsPath (type As IEdmTypeReference) As IEdmPathTypeReference

매개 변수

type
IEdmTypeReference

호출하는 개체에 대한 참조입니다.

반환

참조의 정의가 경로 형식인 경우 유효한 경로 형식 참조입니다. 그렇지 않으면 잘못된 경로 형식 참조입니다.

적용 대상