HtmlTagInnerText 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
HtmlTagInnerText() | |
HtmlTagInnerText(String, Int32, Int32, Boolean, Boolean) |
HtmlTagInnerText()
public:
HtmlTagInnerText();
public HtmlTagInnerText ();
Public Sub New ()
Applies to
HtmlTagInnerText(String, Int32, Int32, Boolean, Boolean)
public:
HtmlTagInnerText(System::String ^ documentContent, int beginOffset, int endOffset, bool removeInnerTags, bool collapseWhiteSpace);
public HtmlTagInnerText (string documentContent, int beginOffset, int endOffset, bool removeInnerTags, bool collapseWhiteSpace);
new Microsoft.VisualStudio.TestTools.WebTesting.HtmlTagInnerText : string * int * int * bool * bool -> Microsoft.VisualStudio.TestTools.WebTesting.HtmlTagInnerText
Public Sub New (documentContent As String, beginOffset As Integer, endOffset As Integer, removeInnerTags As Boolean, collapseWhiteSpace As Boolean)
Parameters
- documentContent
- String
- beginOffset
- Int32
- endOffset
- Int32
- removeInnerTags
- Boolean
- collapseWhiteSpace
- Boolean