System::Security::SecurityElement::SearchForTextOfTag 方法

SecurityElement::SearchForTextOfTag method

按标签名称获取子标签的内部文本。

String System::Security::SecurityElement::SearchForTextOfTag(const String &tag)
参数类型描述
标签const String&要查找的标签名称。

ReturnValue

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

另见