次の方法で共有


Description 要素 (Visual Studio コンテンツ インストーラー)

Visual Studio コンテンツ インストーラーに表示され、コンポーネントを説明するツールヒント テキストを指定します。

<Description>   </Description>

属性および要素

以降のセクションでは、属性、子要素、および親要素について説明します。

属性

なし。

子要素

なし。

親要素

要素

Description

Content

.vscontent ファイル内のコンテンツをグループ化します。

解説

Description は必須の要素です。

使用例

マクロ コミュニティ コンテンツ コンポーネントのメタデータの例を次に示します。

<VSContent xmlns="https://schemas.microsoft.com/developer/vscontent/2005">
    <Content>
        <FileName>MyMacroProject.vsmacros</FileName>
        <DisplayName>My Macro Project</DisplayName>
        <Description> A macro project created for this example.</Description>
        <FileContentType>Macro Project</FileContentType>
        <ContentVersion>1.0</ContentVersion>
    </Content>
</VSContent>

参照

関連項目

Visual Studio コンテンツ インストーラーのスキーマ リファレンス