Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the text displayed for the task in the Jump List.
Namespace: Microsoft.Windows.Shell
Assembly: Microsoft.Windows.Shell (in Microsoft.Windows.Shell.dll)
Syntax
'Declaration
Public Property Title As String
public string Title { get; set; }
public:
property String^ Title {
String^ get ();
void set (String^ value);
}
member Title : string with get, set
function get Title () : String
function set Title (value : String)
Property Value
Type: System.String
The text displayed for the task in the Jump List. The default is nulla null reference (Nothing in Visual Basic).
Remarks
Typically, the Title property must be set for the JumpTask to appear in the Jump List as a clickable task.
Alternatively, you can visually separate items in a Jump List by creating a JumpTask that does not have a Title and CustomCategory specified. This empty JumpTask will be displayed as a horizontal line in the Jump List. In this case, other properties can be set, but they will not have any effect.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.