Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

HtmlTagInnerText Constructor (String^, Int32, Int32, Boolean, Boolean)

 

Initializes a new instance of the HtmlTagInnerText class by using the specified values.

Namespace:   Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

public:
HtmlTagInnerText(
	String^ documentContent,
	int beginOffset,
	int endOffset,
	bool removeInnerTags,
	bool collapseWhiteSpace
)

Parameters

documentContent
Type: System::String^

The document content.

beginOffset
Type: System::Int32

The beginning offset of the inner text in the document.

endOffset
Type: System::Int32

The ending offset of the inner text in the document.

removeInnerTags
Type: System::Boolean

true to remove the inner HTML tags; otherwise, false.

collapseWhiteSpace
Type: System::Boolean

true to collapse whitevspace in the inner text; otherwise, false.

Return to top
Show: