ServiceDescriptionFormatExtensionCollection.SetParent メソッド
ServiceDescriptionFormatExtensionCollection のメンバの親オブジェクトを設定します。
Overrides Protected Sub SetParent( _
ByVal value As Object, _ ByVal parent As Object _)
[C#]
protected override void SetParent(objectvalue,objectparent);
[C++]
protected: void SetParent(Object* value,Object* parent);
[JScript]
protected override function SetParent(
value : Object,parent : Object);
パラメータ
- value
親を設定する対象の ServiceDescriptionFormatExtension 。 - parent
親として設定されるオブジェクト。
解説
このメソッドは、基本メソッドをオーバーライドして value パラメータが ServiceDescriptionFormatExtension 型かどうかを確認します。Web サービス記述言語 (WSDL: Web Service Description Language) の仕様では、クラス階層構造内のどのレベルでも機能拡張要素を追加できるため、親の型は制限されません。WSDL の詳細については、http://www.w3.org/TR/wsdl/ の仕様を参照してください。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
ServiceDescriptionFormatExtensionCollection クラス | ServiceDescriptionFormatExtensionCollection メンバ | System.Web.Services.Description 名前空間