EntityPropertyMappingAttribute.TargetTextContentKind 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取由 EntityPropertyMappingAttribute 映射的属性的内容类型。
public:
property System::Data::Services::Common::SyndicationTextContentKind TargetTextContentKind { System::Data::Services::Common::SyndicationTextContentKind get(); };
public System.Data.Services.Common.SyndicationTextContentKind TargetTextContentKind { get; }
member this.TargetTextContentKind : System.Data.Services.Common.SyndicationTextContentKind
Public ReadOnly Property TargetTextContentKind As SyndicationTextContentKind
属性值
一个标识源元素中的内容类型的字符串。
注解
如果映射到联合内容,则此属性是联合项的内容类型。
为 Xhtml 特性指定值 TargetTextContentKind 时,必须确保该属性值包含格式正确的 XML。 数据服务返回值,但不执行任何转换。 还必须确保返回的 XML 中任何 XML 元素前缀在映射的源中定义了命名空间 URI 和前缀。