VCCodeInterface.DocComment Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit le commentaire de document associé à l'élément du modèle de code actuel.
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
Valeur de propriété
Commentaire du document pour VCCodeInterface.
- Attributs
Remarques
DocComment retourne le commentaire ou l’attribut de documentation spécial s’il en existe un dans le code. Si le langage implémentant le modèle de code n’a pas de mécanisme de commentaire de documentation ou si aucun n’est associé à l’élément de code, DocComment retourne une chaîne vide.
Notes
Cette propriété est en lecture seule pour les éléments de code d’Visual Basic code source.