Udostępnij za pośrednictwem


SyndicationContent Konstruktory

Definicja

Tworzy nowe wystąpienie SyndicationContent klasy.

Przeciążenia

SyndicationContent()

Inicjuje nowe wystąpienie klasy SyndicationContent.

SyndicationContent(SyndicationContent)

Inicjuje SyndicationContent nowe wystąpienie klasy z określonym SyndicationContent wystąpieniem.

SyndicationContent()

Inicjuje nowe wystąpienie klasy SyndicationContent.

protected:
 SyndicationContent();
protected SyndicationContent ();
Protected Sub New ()

Dotyczy

SyndicationContent(SyndicationContent)

Inicjuje SyndicationContent nowe wystąpienie klasy z określonym SyndicationContent wystąpieniem.

protected:
 SyndicationContent(System::ServiceModel::Syndication::SyndicationContent ^ source);
protected SyndicationContent (System.ServiceModel.Syndication.SyndicationContent source);
new System.ServiceModel.Syndication.SyndicationContent : System.ServiceModel.Syndication.SyndicationContent -> System.ServiceModel.Syndication.SyndicationContent
Protected Sub New (source As SyndicationContent)

Parametry

source
SyndicationContent

Wystąpienie SyndicationContent używane do inicjowania nowego wystąpienia.

Dotyczy