Opis elementu (urywki kodu IntelliSense)
Określa informacje opisowe o zawartości wstawki kodu programu, IntelliSense.
<Description>
Code Snippet Description
</Description>
Atrybuty i elementy
W poniższych sekcjach opisano atrybuty, elementy podrzędne i elementów nadrzędnych.
Atrybuty
Brak.
Elementy podrzędne
Brak.
Elementy nadrzędne
Element |
Opis |
---|---|
Zawiera ogólne informacje o wstawki kodu programu. |
Wartość tekstowa
Wymagana jest wartość tekstu.
Tekst ten określa opis wstawki kodu programu.
Uwagi
Wartość Description element przewiduje fragment kodu w etykietce narzędzia Próbnik urywka kodu i opis dla wstawki kodu programu w Manager urywki kodu.
Przykład
Description Element w poniższym fragmencie kodu zawiera wartość Copies a file and saves it as another file.Ten opis pojawia się jako etykietka fragment kodu w Inserter fragment kodu i opis wstawki kodu programu w Manager urywek kodu.
<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>