OpenApiUrlTreeNode.PathItems Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)