This topic has not yet been rated - Rate this topic

CodeType.DocComment Property

Gets or sets the document comment for the CodeType element.

Namespace: EnvDTE
Assembly: EnvDTE (in envdte.dll)

string DocComment { get; set; }
/** @property */
String get_DocComment ()

/** @property */
void set_DocComment (String pDocComment)

function get DocComment () : String

function set DocComment (pDocComment : String)

Property Value

A string representing the document comment.

DocComment returns the special documentation comment or attribute if there is one in the code. If the language implementing the code model does not have a documentation comment mechanism, or if there is none associated with the code element, then DocComment returns an empty string.

NoteNote

This property is read-only for code elements from Visual Basic source code.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.