VCCodeReference.Comment Property

Not currently implemented.

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

Syntax

'Declaration
Property Comment As String
    Get
    Set
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)

Property Value

Type: System.String
An annotation.

.NET Framework Security

See Also

Reference

VCCodeReference Interface

Microsoft.VisualStudio.VCCodeModel Namespace