JumpList 생성자 (IEnumerable<JumpItem>, Boolean, Boolean)

지정된 매개 변수를 사용하여 JumpList 클래스의 새 인스턴스를 초기화합니다.

네임스페이스:  Microsoft.Windows.Shell
어셈블리:  Microsoft.Windows.Shell(Microsoft.Windows.Shell.dll)

구문

‘선언
Public Sub New ( _
    items As IEnumerable(Of JumpItem), _
    showFrequent As Boolean, _
    showRecent As Boolean _
)
public JumpList(
    IEnumerable<JumpItem> items,
    bool showFrequent,
    bool showRecent
)
public:
JumpList(
    IEnumerable<JumpItem^>^ items, 
    bool showFrequent, 
    bool showRecent
)
new : 
        items:IEnumerable<JumpItem> * 
        showFrequent:bool * 
        showRecent:bool -> JumpList
public function JumpList(
    items : IEnumerable<JumpItem>, 
    showFrequent : boolean, 
    showRecent : boolean
)

매개 변수

  • showFrequent
    형식: System.Boolean
    점프 목록에 자주 사용되는 항목이 표시되는지 여부를 나타내는 값입니다.
  • showRecent
    형식: System.Boolean
    점프 목록에 최근에 사용한 항목이 표시되는지 여부를 나타내는 값입니다.

설명

최근빈도 범주에는 동일한 점프 항목이 여러 개 포함된 경우가 많습니다. 결과적으로 응용 프로그램은 일반적으로 점프 목록에 최근 또는 빈도를 표시하지만 둘 모두 표시하지는 않습니다.

.NET Framework 보안

  • SecurityCriticalAttribute 

    직접 실행 호출자에 대한 완전 신뢰가 필요합니다. 이 멤버는 부분적으로 신뢰할 수 있거나 투명한 코드에서 사용할 수 없습니다.

  • 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.

참고 항목

참조

JumpList 클래스

JumpList 오버로드

Microsoft.Windows.Shell 네임스페이스

JumpItems

ShowFrequentCategory

ShowRecentCategory