HtmlTagInnerTextParser.GetInnerTextForHtmlTags メソッド (String, String, String, Boolean, Boolean, Boolean)
指定したパラメーターと一致するすべての内部テキストの列挙可能な一覧を返します。
名前空間: Microsoft.VisualStudio.TestTools.WebTesting
アセンブリ: Microsoft.VisualStudio.QualityTools.WebTestFramework (Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 内)
構文
'宣言
Public Function GetInnerTextForHtmlTags ( _
tagName As String, _
attributeName As String, _
attributeValue As String, _
hasClosingTag As Boolean, _
removeInnerTags As Boolean, _
collapseWhiteSpace As Boolean _
) As IEnumerable(Of HtmlTagInnerText)
public IEnumerable<HtmlTagInnerText> GetInnerTextForHtmlTags(
string tagName,
string attributeName,
string attributeValue,
bool hasClosingTag,
bool removeInnerTags,
bool collapseWhiteSpace
)
public:
IEnumerable<HtmlTagInnerText^>^ GetInnerTextForHtmlTags(
String^ tagName,
String^ attributeName,
String^ attributeValue,
bool hasClosingTag,
bool removeInnerTags,
bool collapseWhiteSpace
)
member GetInnerTextForHtmlTags :
tagName:string *
attributeName:string *
attributeValue:string *
hasClosingTag:bool *
removeInnerTags:bool *
collapseWhiteSpace:bool -> IEnumerable<HtmlTagInnerText>
public function GetInnerTextForHtmlTags(
tagName : String,
attributeName : String,
attributeValue : String,
hasClosingTag : boolean,
removeInnerTags : boolean,
collapseWhiteSpace : boolean
) : IEnumerable<HtmlTagInnerText>
パラメーター
- tagName
型 : System.String
検索するタグの名前。
- attributeName
型 : System.String
一致させる属性の名前。
- attributeValue
型 : System.String
一致させる属性の値。
- hasClosingTag
型 : System.Boolean
このタグに終了タグがあるかどうかを指定します。
- removeInnerTags
型 : System.Boolean
内部テキストから HTML タグを除外する場合は true。それ以外の場合は false。
- collapseWhiteSpace
型 : System.Boolean
HTML ドキュメント内の余分な空白を折りたたむ場合は true。それ以外の場合は false。
戻り値
型 : System.Collections.Generic.IEnumerable<HtmlTagInnerText>
一致するタグの内部テキストの列挙可能な一覧。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。