Proprietà HtmlDocument.HtmlTags
Ottiene tutti i tag disponibili nel documento.
Spazio dei nomi: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property HtmlTags As IEnumerable(Of HtmlTag)
public IEnumerable<HtmlTag> HtmlTags { get; }
public:
property IEnumerable<HtmlTag^>^ HtmlTags {
IEnumerable<HtmlTag^>^ get ();
}
member HtmlTags : IEnumerable<HtmlTag> with get
function get HtmlTags () : IEnumerable<HtmlTag>
Valore proprietà
Tipo: IEnumerable<HtmlTag>
Oggetto IEnumerable contenente i tag HTML.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.