SyndicationContent.Type 属性
定义
获取联合内容类型。Gets the syndication content type.
public:
abstract property System::String ^ Type { System::String ^ get(); };
public abstract string Type { get; }
member this.Type : string
Public MustOverride ReadOnly Property Type As String
属性值
联合内容类型的名称。The name of the type of syndication content.
注解
此属性为抽象属性,因此必须在联合内容类型的实例(派生自 SyndicationContent 的类)上对其进行访问。This property is abstract, so it must be accessed on an instance of a syndication content type (a class derived from SyndicationContent). .NET Framework 定义以下联合内容类型:The .NET Framework defines the following syndication content types:
此类包含许多静态帮助器方法,用于创建各种类型的联合内容:This class contains a number of static helper methods for creating the various types of syndication content: