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


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

Gets or sets 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 VCCodeStruct
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.

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

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

Разрешения

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

См. также

Ссылки

VCCodeStruct Интерфейс

VCCodeStruct - члены

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