VCCodeUnion.DocComment Propriedade

Definição

Define ou Obtém o comentário do documento para o elemento de modelo de código atual.

public:
 property System::String ^ DocComment { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ DocComment { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(37)]
public string DocComment { [System.Runtime.InteropServices.DispId(37)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)] get; [System.Runtime.InteropServices.DispId(37)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)] set; }
[<System.Runtime.InteropServices.DispId(37)>]
[<get: System.Runtime.InteropServices.DispId(37)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)>]
[<set: System.Runtime.InteropServices.DispId(37)>]
[<set: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)>]
member this.DocComment : string with get, set
Public Property DocComment As String

Valor da propriedade

String

O comentário do documento para o elemento do modelo de código atual.

Atributos

Comentários

DocComment Retorna o atributo ou comentário de documentação especial se houver um no código. Se a linguagem que implementa o modelo de código não tiver um mecanismo de comentário de documentação ou se não houver nenhum associado ao elemento de código, DocComment o retornará uma cadeia de caracteres vazia.

Observação

Essa propriedade é somente leitura para elementos de código do Visual Basic código-fonte.

Aplica-se a