System::Security::SecurityElement::SearchForTextOfTag メソッド

SecurityElement::SearchForTextOfTag method

タグ名で子タグの内部テキストを取得します。

String System::Security::SecurityElement::SearchForTextOfTag(const String &tag)
パラメーター説明
tagconst String&検索するタグ名。

ReturnValue

Text of the first tag with specified name or null if not found.

参照