Specification.IsValidXmlInstance(String, Exception) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
public:
bool IsValidXmlInstance(System::String ^ instance, [Runtime::InteropServices::Out] Exception ^ % reason);
public bool IsValidXmlInstance (string instance, out Exception reason);
member this.IsValidXmlInstance : string * Exception -> bool
Public Function IsValidXmlInstance (instance As String, ByRef reason As Exception) As Boolean
パラメーター
- instance
- String
- reason
- Exception