Sdílet prostřednictvím


Popis prvku (technologie IntelliSense kódu)

Určuje popisný informace o obsahu IntelliSense fragment kódu.

<Description>
    Code Snippet Description
</Description>

Atributy a elementy

Následující části popisují atributy, podřízené prvky a rodičovské prvky.

Atributy

Žádný

Podřízené elementy

Žádný

Nadřazené elementy

Element

Description

Záhlaví

Obsahuje obecné informace o kódu.

Textová hodnota

Je požadována hodnota text.

Tento text Určuje popis kódu.

Poznámky

Hodnota textu Description prvek obsahuje popis kódu v Výběr fragment kódu a popis kódu v Správce fragmentů kódů.

Příklad

Description Element v následující ukázce kódu obsahuje hodnotu Copies a file and saves it as another file.Tento popis se zobrazí jako popis fragment kódu v Vkladač fragment kódu a fragment kódu Správce fragmentů kódů.

<CodeSnippets xmlns="https://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
   <CodeSnippet Format="1.0.0">
      <Header>
         <Title>Copy File</Title>
         <Author>Microsoft Corporation</Author>
         <Description>Copies a file and saves it as another file.</Description>
         <HelpUrl>www.microsoft.com</HelpUrl>
         <SnippetTypes>
            <SnippetType>Expansion</SnippetType>
         </SnippetTypes>
         <Keywords>
             <Keyword>File copying</Keyword>
             <Keyword>Copying files</Keyword>
         </Keywords>
         <Shortcut>copyfile</Shortcut>
      </Header>
      <Snippet>
         <!-- Insert snippet information here -->
      </Snippet>
   </CodeSnippet>
</CodeSnippets>

Viz také

Koncepty

Reference schématu fragmenty kódu