Compartilhar via


OpenApiUrlTreeNode.PathItems Property

Definition

Dictionary of labels and Path Item objects that describe the operations available on a node.

public System.Collections.Generic.IDictionary<string,Microsoft.OpenApi.Models.OpenApiPathItem> PathItems { get; }
member this.PathItems : System.Collections.Generic.IDictionary<string, Microsoft.OpenApi.Models.OpenApiPathItem>
Public ReadOnly Property PathItems As IDictionary(Of String, OpenApiPathItem)

Property Value

Applies to