Compartilhar via


Propriedade VCCodeReference.Comment

Ainda não implementado.

Namespace:  Microsoft.VisualStudio.VCCodeModel
Assembly:  Microsoft.VisualStudio.VCCodeModel (em Microsoft.VisualStudio.VCCodeModel.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: String
Uma anotação.

Segurança do .NET Framework

Consulte também

Referência

VCCodeReference Interface

Namespace Microsoft.VisualStudio.VCCodeModel