OperationMessageCollection.SetParent メソッド
OperationMessageCollection の親 Operation を設定します。
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
コレクション内にある、 OperationMessage 型または派生型のオブジェクト。 - parent
親として設定する Operation 。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
OperationMessageCollection クラス | OperationMessageCollection メンバ | System.Web.Services.Description 名前空間