SyndicationFeed.Generator 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定摘要的產生器。 這個屬性代表RSS 2.0中的atom:generator元素或產生器元素。
public:
property SyndicationGenerator ^ Generator { SyndicationGenerator ^ get(); void set(SyndicationGenerator ^ value); };
SyndicationGenerator Generator();
void Generator(SyndicationGenerator value);
public SyndicationGenerator Generator { get; set; }
var syndicationGenerator = syndicationFeed.generator;
syndicationFeed.generator = syndicationGenerator;
Public Property Generator As SyndicationGenerator
屬性值
RSS 2.0中的atom:generator元素或產生器元素。