Condividi tramite


Proprietà IComment.Body

Il testo del commento.

Spazio dei nomi:  Microsoft.VisualStudio.Uml.Classes
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintassi

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

Valore proprietà

Tipo: System.String

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IComment Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Uml.Classes