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

适用于