メモ: この API は、互換性のために残されています。
XML から読み取ったエスケープされない文字列にエスケープされた文字列をに変換します。
名前空間: Microsoft.VisualStudio.Modeling
アセンブリ: Microsoft.VisualStudio.Modeling.Sdk.11.0 (Microsoft.VisualStudio.Modeling.Sdk.11.0.dll 内)
構文
'宣言
<ObsoleteAttribute("This method is no longer required and shouldn't be used by the latest templates")> _
Public Shared Function UnescapeXmlString ( _
input As String _
) As String
[ObsoleteAttribute("This method is no longer required and shouldn't be used by the latest templates")]
public static string UnescapeXmlString(
string input
)
パラメーター
- input
型 : System.String
エスケープされた文字列。
戻り値
型 : System.String
エスケープされない文字列。
解説
エスケープされた文字列は、特殊文字を非表示にします。たとえば、& は、エスケープされない & はエスケープします。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。