AnnotationSegment 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表注釋的區段
public sealed class AnnotationSegment : Microsoft.OData.UriParser.ODataPathSegment
type AnnotationSegment = class
inherit ODataPathSegment
Public NotInheritable Class AnnotationSegment
Inherits ODataPathSegment
- 繼承
建構函式
AnnotationSegment(IEdmTerm) |
根據注釋字詞建置區段 |
屬性
EdmType |
IEdmType取得這個 AnnotationSegment 的 。 |
Identifier |
傳回此區段的識別碼,也就是不含索引鍵的字串部分。 (繼承來源 ODataPathSegment) |
Term |
取得這個區段所代表的批註詞彙。 |
方法
HandleWith(PathSegmentHandler) |
AnnotationSegment使用 的 PathSegmentHandler 實例來處理 。 |
TranslateWith<T>(PathSegmentTranslator<T>) |
AnnotationSegment使用 / > 的 PathSegmentTranslator<T> 實例來轉譯 。 |