Sdílet prostřednictvím


Comment.CommentText – vlastnost

Získá nebo nastaví text poznámky.

Obor názvů:  Microsoft.VisualStudio.TestTools.WebTesting
Sestavení:  Microsoft.VisualStudio.QualityTools.WebTestFramework (v Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Deklarace
Public Property CommentText As String
public string CommentText { get; set; }
public:
property String^ CommentText {
    String^ get ();
    void set (String^ value);
}
member CommentText : string with get, set
function get CommentText () : String
function set CommentText (value : String)

Hodnota vlastnosti

Typ: System.String
Text poznámky.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

Comment Třída

Microsoft.VisualStudio.TestTools.WebTesting – obor názvů