SyndicationFeedFormatter Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cria uma nova instância da classe SyndicationFeedFormatter.
Sobrecargas
SyndicationFeedFormatter() |
Cria uma nova instância da classe SyndicationFeedFormatter. |
SyndicationFeedFormatter(SyndicationFeed) |
Cria uma nova instância da classe SyndicationFeedFormatter com a instância SyndicationFeed especificada. |
SyndicationFeedFormatter()
Cria uma nova instância da classe SyndicationFeedFormatter.
protected:
SyndicationFeedFormatter();
protected SyndicationFeedFormatter ();
Protected Sub New ()
Aplica-se a
SyndicationFeedFormatter(SyndicationFeed)
Cria uma nova instância da classe SyndicationFeedFormatter com a instância SyndicationFeed especificada.
protected:
SyndicationFeedFormatter(System::ServiceModel::Syndication::SyndicationFeed ^ feedToWrite);
protected SyndicationFeedFormatter (System.ServiceModel.Syndication.SyndicationFeed feedToWrite);
new System.ServiceModel.Syndication.SyndicationFeedFormatter : System.ServiceModel.Syndication.SyndicationFeed -> System.ServiceModel.Syndication.SyndicationFeedFormatter
Protected Sub New (feedToWrite As SyndicationFeed)
Parâmetros
- feedToWrite
- SyndicationFeed
O SyndicationFeed a gravar.
Comentários
É SyndicationFeedFormatter necessário ter um SyndicationFeed associado a ele. Em SyndicationFeedFormatter seguida, é possível gravar em SyndicationFeed um XmlReader. A única maneira de associar um SyndicationFeed a SyndicationFeedFormatter é usando esse construtor.