OpenApiUrlTreeNode.AddAdditionalData Method
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.
Adds additional data information to the AdditionalData property of the node.
public void AddAdditionalData (System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> additionalData);
member this.AddAdditionalData : System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> -> unit
Public Sub AddAdditionalData (additionalData As Dictionary(Of String, List(Of String)))
Parameters
- additionalData
- Dictionary<String,List<String>>
A dictionary of key value pairs that contain information about a node.