Comment Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Comment() | |
Comment(String) |
Comment()
public:
Comment();
public Comment ();
Public Sub New ()
Applies to
Comment(String)
public:
Comment(System::String ^ commentText);
public Comment (string commentText);
new Microsoft.VisualStudio.TestTools.WebTesting.Comment : string -> Microsoft.VisualStudio.TestTools.WebTesting.Comment
Public Sub New (commentText As String)
Parameters
- commentText
- String