JumpItem.CustomCategory 속성

Windows 7 작업 표시줄 점프 목록에서 JumpItem이 그룹화되어 있는 범주의 이름을 가져오거나 설정합니다.

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

구문

‘선언
Public Property CustomCategory As String
    Get
    Set
public string CustomCategory { get; set; }
public:
property String^ CustomCategory {
    String^ get ();
    void set (String^ value);
}
member CustomCategory : string with get, set
function get CustomCategory () : String
function set CustomCategory (value : String)

속성 값

형식: System.String
JumpItem 이 그룹화되어 있는 범주의 이름입니다.기본값은 nullNull 참조(Visual Basic의 경우 Nothing)입니다.

설명

CustomCategory 속성이 nullNull 참조(Visual Basic의 경우 Nothing) 또는 Empty면, 항목은 작업 범주에서 추가됩니다. 값을 지정하면 지정된 이름을 사용하는 범주에 항목이 추가됩니다. 사용자 지정 범주 내 항목은 사용자에 의해 점프 목록에 고정될 수 있습니다. 항목이 고정된 경우 고정됨이라는 자동 범주로 이동합니다. 사용자는 이동 목록에서 항목을 제거할 수도 있습니다.

.NET Framework 보안

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

참고 항목

참조

JumpItem 클래스

Microsoft.Windows.Shell 네임스페이스

JumpList

JumpPath

JumpTask