Metodo HtmlTagInnerTextParser.GetInnerTextForHtmlTags (String, String, String, Boolean, Boolean, Boolean, Int32, Int32)

Restituisce un elenco enumerabile di tutto il testo interno corrispondente ai parametri specificati.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintassi

'Dichiarazione
Public Function GetInnerTextForHtmlTags ( _
    tagName As String, _
    attributeName As String, _
    attributeValue As String, _
    hasClosingTag As Boolean, _
    removeInnerTags As Boolean, _
    collapseWhiteSpace As Boolean, _
    beginParseOffset As Integer, _
    endParseOffset As Integer _
) As IEnumerable(Of HtmlTagInnerText)
public IEnumerable<HtmlTagInnerText> GetInnerTextForHtmlTags(
    string tagName,
    string attributeName,
    string attributeValue,
    bool hasClosingTag,
    bool removeInnerTags,
    bool collapseWhiteSpace,
    int beginParseOffset,
    int endParseOffset
)
public:
IEnumerable<HtmlTagInnerText^>^ GetInnerTextForHtmlTags(
    String^ tagName, 
    String^ attributeName, 
    String^ attributeValue, 
    bool hasClosingTag, 
    bool removeInnerTags, 
    bool collapseWhiteSpace, 
    int beginParseOffset, 
    int endParseOffset
)
member GetInnerTextForHtmlTags : 
        tagName:string * 
        attributeName:string * 
        attributeValue:string * 
        hasClosingTag:bool * 
        removeInnerTags:bool * 
        collapseWhiteSpace:bool * 
        beginParseOffset:int * 
        endParseOffset:int -> IEnumerable<HtmlTagInnerText> 
public function GetInnerTextForHtmlTags(
    tagName : String, 
    attributeName : String, 
    attributeValue : String, 
    hasClosingTag : boolean, 
    removeInnerTags : boolean, 
    collapseWhiteSpace : boolean, 
    beginParseOffset : int, 
    endParseOffset : int
) : IEnumerable<HtmlTagInnerText>

Parametri

  • attributeName
    Tipo: System.String
    Il nome dell'attributo da confrontare.
  • attributeValue
    Tipo: System.String
    Il valore dell'attributo da confrontare.
  • hasClosingTag
    Tipo: System.Boolean
    Specifica se il tag dispone di un tag di chiusura.
  • removeInnerTags
    Tipo: System.Boolean
    true per filtrare i tag HTML del testo interno; in caso contrario, false.
  • collapseWhiteSpace
    Tipo: System.Boolean
    true per comprimere lo spazio vuoto aggiuntivo nel documento HTML; in caso contrario, false.
  • beginParseOffset
    Tipo: System.Int32
    L'offset iniziale per analizzare il documento HTML.
  • endParseOffset
    Tipo: System.Int32
    l'offset finale per analizzare il documento HTML.

Valore restituito

Tipo: System.Collections.Generic.IEnumerable<HtmlTagInnerText>
Un elenco enumerabile del testo interno dei tag corrispondenti.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

HtmlTagInnerTextParser Classe

Overload GetInnerTextForHtmlTags

Spazio dei nomi Microsoft.VisualStudio.TestTools.WebTesting