Sdílet prostřednictvím


IComment.Body – vlastnost

Text poznámky.

Obor názvů:  Microsoft.VisualStudio.Uml.Classes
Sestavení:  Microsoft.VisualStudio.Uml.Interfaces (v Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

Typ: String

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IComment Rozhraní

Microsoft.VisualStudio.Uml.Classes – obor názvů