Command.LabelDescription 속성

레이블 설명을 나타냅니다.

사용량

<Command.LabelDescription>
  child elements
</Command.LabelDescription>

특성

특성이 없습니다.

자식 요소

요소 Description
String
최대 한 번 발생할 수 있습니다.

부모 요소

요소
명령

설명

선택 사항입니다.

명령에 대해 최대 한 번 발생할 수 있습니다.

Command.LabelDescription 은 공백 및 줄 바꿈 문자를 포함하여 모든 문자 시퀀스로 제한되는 xs:string 형식 의 값을 포함할 수 있습니다.

참고

UCS(유니버설 문자 집합) XML 문자 참조 &#xA; 를 사용하여 줄 바꿈을 지정합니다.

최대 길이는 바인딩되지 않습니다.

Command.LabelDescription에 대한 값이 제공되지 않으면 String 자식 요소가 필요합니다.

참고

Command.LabelDescription에 값과 String 자식 요소가 모두 포함된 경우 String이 우선합니다.

Command.LabelDescription 은 왼쪽 맞춤만 지원합니다.

예제

다음 예제에서는 다양한 Command.LabelDescription 선언이 있는 클립보드 명령의 매니페스트를 보여 줍니다.

<Command Name="cmdHomeTab"
         LabelTitle="Home"
         Keytip="H" />
<Command Name="cmdClipboardGroup"
         Symbol="IDR_CMD_CLIPBOARD"
         Id="10000"
         Comment="Command definition for clipboard group"
         LabelTitle="Clipboard"
         Keytip="CB" />
<Command Name="cmdCopy"
         Symbol="IDR_CMD_COPY"
         LabelTitle="Copy"
         LabelDescription="Copy"
         Keytip="C"
         TooltipTitle="Copy"
         TooltipDescription="Click to copy">
  <Command.SmallImages>
    <Image>res/copyS_16.bmp</Image>
  </Command.SmallImages>
  <Command.LargeImages>
    <Image>res/copyL_32.bmp</Image>
  </Command.LargeImages>
</Command>
<Command Name="cmdPaste"
         Symbol="IDR_CMD_PASTE" >
  <Command.LabelTitle>Paste</Command.LabelTitle>
  <Command.LabelDescription>
    <String Content="Paste contents of clipboard"
            Id="10001"
            Symbol="IDR_RES_LABELDESC_PASTE" />
  </Command.LabelDescription>
  <Command.Keytip>P</Command.Keytip>
  <Command.TooltipTitle>
    <String Content="Paste contents of clipboard"
            Id="10002"
            Symbol="IDR_RES_TOOLTIP_PASTE"/>
  </Command.TooltipTitle>
  <Command.TooltipDescription>
    <String Content="Click to paste contents of clipboard"/>
  </Command.TooltipDescription>
  <Command.SmallImages>
    <Image
      Id="10010"
      MinDPI="96"
      Symbol="IDR_RES_SMALL_IMAGE96">
      <Image.Source>res/pasteS_96bpp.bmp</Image.Source>
    </Image>
    <Image Source="res/pasteS_120bpp.bmp"
           Id="10011"
           MinDPI="120"
           Symbol="IDR_RES_SMALL_IMAGE120" />
  </Command.SmallImages>
  <Command.LargeImages>
    <Image>res/pasteL_32.bmp</Image>
  </Command.LargeImages>
</Command>
<Command Name="cmdMinimize"
         Symbol="IDR_CMD_MINIMIZE"
         Id="10001"
         LabelTitle="Minimize" />

요구 사항

요구 사항
지원되는 최소 클라이언트
Windows 7 [데스크톱 앱만 해당]
지원되는 최소 서버
Windows Server 2008 R2 [데스크톱 앱만 해당]

추가 정보

UI_PKEY_LabelDescription