Udostępnij za pośrednictwem


<list> (Visual C++)

<listheader> blok jest używany do definiowania wiersz nagłówka tabeli lub definicji listy.Podczas definiowania tabeli, wystarczy umieścić wpis dla terminu w nagłówku.

<list type="bullet" | "number" | "table">
   <listheader>
      <term>term</term>
      <description>description</description>
   </listheader>
   <item>
      <term>term</term>
      <description>description</description>
   </item>
</list>

Parametry

  • term
    Termin, aby zdefiniować, które zostaną określone w description.

  • description
    Albo element w wypunktowania, listy numerowanej lub definicja term.

Uwagi

Każdy element na liście jest określany za pomocą <item> blok.Podczas tworzenia listy definicji, trzeba będzie określić zarówno term i description.Jednakże dla tabeli, listy punktowanej lub numerowanej listy, trzeba tylko podać wpis dla description.

Listy lub tabeli może mieć dowolną liczbę <item> bloki w razie potrzeby.

Kompilacji z /doc do procesu komentarzy dokumentacji do pliku.

Przykład

// xml_list_tag.cpp
// compile with: /doc /LD
// post-build command: xdcmake xml_list_tag.dll
/// <remarks>Here is an example of a bulleted list:
/// <list type="bullet">
/// <item>
/// <description>Item 1.</description>
/// </item>
/// <item>
/// <description>Item 2.</description>
/// </item>
/// </list>
/// </remarks>
class MyClass {};

Zobacz też

Inne zasoby

Dokumentacja XML (Visual C++)