共用方式為


NonSystemToken 類別

定義

語彙標記,代表路徑中的區段。

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

建構函式

NonSystemToken(String, IEnumerable<NamedValue>, PathSegmentToken)

建置 NonSystemToken

屬性

Identifier

取得此權杖的識別碼。

IsStructuralProperty

這是結構化屬性

(繼承來源 PathSegmentToken)
NamedValues

取得此權杖的具名值清單。

NextToken

取得路徑中的 NextToken

(繼承來源 PathSegmentToken)

方法

Accept(IPathSegmentTokenVisitor)

IPathSegmentTokenVisitor接受 以逐步執行 的 PathSegmentToken 樹狀結構。

Accept<T>(IPathSegmentTokenVisitor<T>)

IPathSegmentTokenVisitor<T>接受 以逐步執行 的 PathSegmentToken 樹狀結構。

IsNamespaceOrContainerQualified()

此權杖命名空間或容器是否限定。

適用於