IEdmPathExpression.PathSegments 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得路徑區段做為已分解的限定名稱。 「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)