ServiceDocumentFormatter.CreateDocumentInstance 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立新的 ServiceDocument 執行個體。
protected:
virtual System::ServiceModel::Syndication::ServiceDocument ^ CreateDocumentInstance();
protected virtual System.ServiceModel.Syndication.ServiceDocument CreateDocumentInstance ();
abstract member CreateDocumentInstance : unit -> System.ServiceModel.Syndication.ServiceDocument
override this.CreateDocumentInstance : unit -> System.ServiceModel.Syndication.ServiceDocument
Protected Overridable Function CreateDocumentInstance () As ServiceDocument
傳回
傳回新的 ServiceDocument 執行個體。