参照先のドキュメントが有効かどうかを解決します。
Overloads Protected Friend Overrides Sub Resolve( _
ByVal contentType As String, _ ByVal stream As Stream _)
[C#]
protected internal override void Resolve(stringcontentType,Streamstream);
[C++]
protected public: void Resolve(String* contentType,Stream* stream);
[JScript]
protected internal override function Resolve(
contentType : String,stream : Stream);
パラメータ
- contentType
stream の MIME コンテンツ タイプ。 - stream
参照されるドキュメントを格納している Stream 。
例外
例外の種類 | 条件 |
---|---|
InvalidOperationException | ClientProtocol プロパティが null 参照 (Visual Basic では Nothing) です。
または XSD スキーマのダウンロードおよび検証が正常に実行されませんでした。 |
解説
MIME 型が text/xml であり stream の内容が XSD スキーマである場合は、 stream の内容が ClientProtocol の References プロパティと Documents プロパティに追加されます。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
SchemaReference クラス | SchemaReference メンバ | System.Web.Services.Discovery 名前空間 | SchemaReference.Resolve オーバーロードの一覧 | Stream | ReadAll | DiscoveryClientProtocol