Udostępnij za pośrednictwem


Konstruktor HtmlTagInnerText — (String, Int32, Int32, Boolean, Boolean)

Inicjuje nowe wystąpienie HtmlTagInnerText klasy przy użyciu określonej wartości.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.WebTesting
Zestaw:  Microsoft.VisualStudio.QualityTools.WebTestFramework (w Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Składnia

'Deklaracja
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
)

Parametry

  • beginOffset
    Typ: System.Int32
    Przesunięcie początku wewnętrznego tekstu w dokumencie.
  • endOffset
    Typ: System.Int32
    Przesunięcie końcową wewnętrznego tekstu w dokumencie.
  • removeInnerTags
    Typ: System.Boolean
    true Aby usunąć tagi HTML wewnętrzny; w przeciwnym razie false.
  • collapseWhiteSpace
    Typ: System.Boolean
    true Aby zwinąć whitevspace w tekście wewnętrznym; w przeciwnym razie false.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

HtmlTagInnerText Klasa

Przeciążenie HtmlTagInnerText

Przestrzeń nazw Microsoft.VisualStudio.TestTools.WebTesting