DocComment.NamedItems 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.
Descriptions of each named item for the item being documented, as a dictionary from identifiers for each named item to the corresponding description.
public System.Collections.Generic.Dictionary<string,string> NamedItems { get; }
member this.NamedItems : System.Collections.Generic.Dictionary<string, string>
Public ReadOnly Property NamedItems As Dictionary(Of String, String)
Property Value
Remarks
Only applicable when the item being documented is a UDT.