Condividi tramite


Proprietà VCCodeReference.Comment

Non implementato attualmente.

Spazio dei nomi:  Microsoft.VisualStudio.VCCodeModel
Assembly:  Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)

Sintassi

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

Valore proprietà

Tipo: System.String
un'annotazione.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

VCCodeReference Interfaccia

Spazio dei nomi Microsoft.VisualStudio.VCCodeModel