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.

HtmlTagInnerTextParser::GetInnerTextForHtmlTags Method

 

Returns an enumerable list of all the inner text that matches the specified parameters.

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

NameDescription
System_CAPS_pubmethodGetInnerTextForHtmlTags(String^, Boolean, Boolean, Boolean)

Returns an enumerable list of all the inner text that matches the specified parameters.

System_CAPS_pubmethodGetInnerTextForHtmlTags(String^, Boolean, Boolean, Boolean, Int32, Int32)

Returns an enumerable list of all the inner text that matches the specified parameters.

System_CAPS_pubmethodGetInnerTextForHtmlTags(String^, String^, String^, Boolean, Boolean, Boolean)

Returns an enumerable list of all the inner text that matches the specified parameters.

System_CAPS_pubmethodGetInnerTextForHtmlTags(String^, String^, String^, Boolean, Boolean, Boolean, Int32, Int32)

Returns an enumerable list of all the inner text that matches the specified parameters.

Return to top
Show: