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

属性值

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:

适用于