ServiceDescriptionFormatExtension.Parent 屬性

定義

取得 ServiceDescriptionFormatExtension 的父代 (Parent)。

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

適用於