SyndicationItem.Content Eigenschaft

Definition

Ruft den Inhalt des Elements ab oder legt diesen fest.

public:
 property SyndicationContent ^ Content { SyndicationContent ^ get(); void set(SyndicationContent ^ value); };
SyndicationContent Content();

void Content(SyndicationContent value);
public SyndicationContent Content { get; set; }
var syndicationContent = syndicationItem.content;
syndicationItem.content = syndicationContent;
Public Property Content As SyndicationContent

Eigenschaftswert

Der Inhalt des Elements.

Gilt für: