Compartir a través de


JumpTask.Description (Propiedad)

Obtiene o establece el texto que se muestra en la información sobre herramientas correspondiente a la tarea en la Jump list.

Espacio de nombres:  Microsoft.Windows.Shell
Ensamblado:  Microsoft.Windows.Shell (en Microsoft.Windows.Shell.dll)

Sintaxis

'Declaración
Public Property Description As String
    Get
    Set
public string Description { get; set; }
public:
property String^ Description {
    String^ get ();
    void set (String^ value);
}
member Description : string with get, set
function get Description () : String
function set Description (value : String)

Valor de propiedad

Tipo: System.String
Texto que se muestra en la información sobre herramientas correspondiente a la tarea.El tipo predeterminado es nullreferencia null (Nothing en Visual Basic).

Seguridad de .NET Framework

Vea también

Referencia

JumpTask Clase

Microsoft.Windows.Shell (Espacio de nombres)