共用方式為


IEdmPathExpression.PathSegments 屬性

定義

取得路徑區段做為已分解的限定名稱。 「A.B/C/D.E」 是 { 「A.B」、「C」、「D.E」 }。

public System.Collections.Generic.IEnumerable<string> PathSegments { get; }
member this.PathSegments : seq<string>
Public ReadOnly Property PathSegments As IEnumerable(Of String)

屬性值

適用於