Compartilhar via


Construtor HtmlTagInnerText (String, Int32, Int32, Boolean, Boolean)

Inicializa uma nova instância de HtmlTagInnerText classe usando valores especificados.

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

Sintaxe

'Declaração
Public Sub New ( _
    documentContent As String, _
    beginOffset As Integer, _
    endOffset As Integer, _
    removeInnerTags As Boolean, _
    collapseWhiteSpace As Boolean _
)
public HtmlTagInnerText(
    string documentContent,
    int beginOffset,
    int endOffset,
    bool removeInnerTags,
    bool collapseWhiteSpace
)
public:
HtmlTagInnerText(
    String^ documentContent, 
    int beginOffset, 
    int endOffset, 
    bool removeInnerTags, 
    bool collapseWhiteSpace
)
new : 
        documentContent:string * 
        beginOffset:int * 
        endOffset:int * 
        removeInnerTags:bool * 
        collapseWhiteSpace:bool -> HtmlTagInnerText
public function HtmlTagInnerText(
    documentContent : String, 
    beginOffset : int, 
    endOffset : int, 
    removeInnerTags : boolean, 
    collapseWhiteSpace : boolean
)

Parâmetros

  • beginOffset
    Tipo: System.Int32
    O deslocamento do início do texto interno do documento.
  • endOffset
    Tipo: System.Int32
    O deslocamento de final do texto interno do documento.
  • removeInnerTags
    Tipo: System.Boolean
    true Para remover as tags HTML internas; Caso contrário, false.
  • collapseWhiteSpace
    Tipo: System.Boolean
    true Para recolher a whitevspace no texto interno; Caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

HtmlTagInnerText Classe

Sobrecargas HtmlTagInnerText

Namespace Microsoft.VisualStudio.TestTools.WebTesting