DocComment.NamedItems Property

Definition

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

Dictionary<String,String>

Remarks

Only applicable when the item being documented is a UDT.

Applies to