Tytuł elementu (urywki kodu IntelliSense)
Określa tytuł dla wstawki kodu programu.
<Title>
Code Snippet Title
<Title>
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 tytuł wstawki kodu programu.
Uwagi
Tytuł przechowywane w Title element wstawki kodu programu, który pojawia się w Próbnik urywka kodu i w opisie wstawki kodu programu w Manager urywki kodu.
Przykład
Title Element następujący fragment kodu zawiera wartość Copy File.Tytuł ten pojawi się w Inserter fragment kodu i w opisie wstawki kodu programu w Manager urywki 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>
Zobacz też
Zadania
Instruktaż: Tworzenie wstawki kodu programu