AtomPub10ServiceDocumentFormatter<TServiceDocument>.CreateDocumentInstance 方法

定义

创建与 Atom 1.0 格式化程序关联的 ServiceDocument 新实例。

protected:
 override System::ServiceModel::Syndication::ServiceDocument ^ CreateDocumentInstance();
protected override System.ServiceModel.Syndication.ServiceDocument CreateDocumentInstance ();
override this.CreateDocumentInstance : unit -> System.ServiceModel.Syndication.ServiceDocument
Protected Overrides Function CreateDocumentInstance () As ServiceDocument

返回

返回 ServiceDocument 的一个实例。

适用于