<friendlyName > 요소 (Visual Studio에서 Office 개발)<friendlyName> element (Office development in Visual Studio)
friendlyName
네임스페이스의 vstov4
요소는 설치된 프로그램 목록에 표시되는 이름을 저장합니다.The friendlyName
element of the vstov4
namespace stores the name that appears in the list of installed programs.
구문Syntax
<friendlyName>
</friendlyName>
요소 및 특성Elements and attributes
friendlyName
요소는 vstov4
네임스페이스에 있습니다.The friendlyName
element is in the vstov4
namespace. 값이 컴퓨터에 설치된 프로그램 목록 및 Microsoft Office 애플리케이션의 COM VSTO 추가 기능 대화 상자에 표시됩니다.The value appears in the list of installed programs on the computer, and in the COM VSTO Add-ins dialog box of Microsoft Office applications.
friendlyName
요소에는 특성 또는 자식 요소가 없습니다.The friendlyName
element has no attributes or child elements.
VSTO 추가 기능 예제VSTO Add-in example
DescriptionDescription
다음 코드 예제에서는 friendlyName
을 사용하여 배포된 애플리케이션 수준 솔루션의 ClickOnceClickOnce요소를 보여 줍니다.The following code example illustrates the friendlyName
element in an application-level solution deployed by using ClickOnceClickOnce. 이 코드 예제는 Office 솔루션의 응용 프로그램 매니페스트에제공 된 더 큰 예제의 일부입니다.This code example is part of a larger example provided in Application manifests for Office solutions.
코드Code
<vstov4:friendlyName>
ContosoOutlookAddIn
</vstov4:friendlyName>