IComment.Body, propriété
Texte du commentaire.
Espace de noms : Microsoft.VisualStudio.Uml.Classes
Assembly : Microsoft.VisualStudio.Uml.Interfaces (dans Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntaxe
'Déclaration
Property Body As String
string Body { get; set; }
property String^ Body {
String^ get ();
void set (String^ value);
}
abstract Body : string with get, set
function get Body () : String
function set Body (value : String)
Valeur de propriété
Type : System.String
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.