Condividi tramite


Proprietà TaskItem.Description

Ottiene o imposta una stringa che rappresenta la descrizione dell'oggetto TaskItem.

Spazio dei nomi:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Sintassi

'Dichiarazione
Property Description As String
    Get
    Set
string Description { get; set; }
property String^ Description {
    String^ get ();
    void set (String^ value);
}
abstract Description : string with get, set
function get Description () : String
function set Description (value : String)

Valore proprietà

Tipo: System.String
Stringa che rappresenta la descrizione dell'oggetto TaskItem.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TaskItem Interfaccia

Spazio dei nomi EnvDTE

Altre risorse

Procedura: compilare ed eseguire gli esempi di codice del modello a oggetti di automazione