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 Class

 

Represents the inner text of an HTML tag, and contains the beginning and ending offset of the inner text location in the whole document.

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

System::Object
  Microsoft.VisualStudio.TestTools.WebTesting::HtmlTagInnerText

public ref class HtmlTagInnerText 

NameDescription
System_CAPS_pubmethodHtmlTagInnerText()

Initializes a new instance of the HtmlTagInnerText class.

System_CAPS_pubmethodHtmlTagInnerText(String^, Int32, Int32, Boolean, Boolean)

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

NameDescription
System_CAPS_pubpropertyBeginOffset

Gets the beginning offset of the inner text in the document.

System_CAPS_pubpropertyCollapseWhiteSpace

Gets or sets the indicator of whether to collapse white space.

System_CAPS_pubpropertyDocumentContent

Gets the complete document.

System_CAPS_pubpropertyEndOffset

Gets the ending offset of the inner text in the document.

System_CAPS_pubpropertyRemoveInnerTags

Gets or sets the indicator of whether to remove the inner tags.

System_CAPS_pubpropertyValue

Gets a string that contains the inner text that is represented by this object.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: