Поделиться через


VCCodeVariable.DocComment - свойство

Gets the document comment for the current code model element.

Пространство имен:  Microsoft.VisualStudio.VCCodeModel
Сборка:  Microsoft.VisualStudio.VCCodeModel (в Microsoft.VisualStudio.VCCodeModel.dll)

Синтаксис

'Декларация
Property DocComment As String
'Применение
Dim instance As VCCodeVariable
Dim value As String

value = instance.DocComment

instance.DocComment = value
string DocComment { get; set; }
property String^ DocComment {
    String^ get ();
    void set (String^ value);
}
function get DocComment () : String
function set DocComment (value : String)

Значение свойства

Тип: System.String

The document comment for the current code model element.

Заметки

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.

ПримечаниеПримечание.

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

Разрешения

  • Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.

См. также

Ссылки

VCCodeVariable Интерфейс

VCCodeVariable - члены

Microsoft.VisualStudio.VCCodeModel - пространство имен