ServiceDescriptionFormatExtension.Parent プロパティ

定義

ServiceDescriptionFormatExtension の親を取得します。

public:
 property System::Object ^ Parent { System::Object ^ get(); };
public object Parent { get; }
member this.Parent : obj
Public ReadOnly Property Parent As Object

プロパティ値

Object

ServiceDescriptionFormatExtension の親です。

注釈

派生クラスでオーバーライドされた場合、このプロパティによって返されるクラスは、基底クラスではなく、名前空間内の派生クラスになり System.Web.Services.Description Object ます。

適用対象