共用方式為


AnnotationSegment 類別

定義

代表注釋的區段

public sealed class AnnotationSegment : Microsoft.OData.UriParser.ODataPathSegment
type AnnotationSegment = class
    inherit ODataPathSegment
Public NotInheritable Class AnnotationSegment
Inherits ODataPathSegment
繼承
AnnotationSegment

建構函式

AnnotationSegment(IEdmTerm)

根據注釋字詞建置區段

屬性

EdmType

IEdmType取得這個 AnnotationSegment 的 。

Identifier

傳回此區段的識別碼,也就是不含索引鍵的字串部分。

(繼承來源 ODataPathSegment)
Term

取得這個區段所代表的批註詞彙。

方法

HandleWith(PathSegmentHandler)

AnnotationSegment使用 的 PathSegmentHandler 實例來處理 。

TranslateWith<T>(PathSegmentTranslator<T>)

AnnotationSegment使用 / > 的 PathSegmentTranslator<T> 實例來轉譯 。

適用於