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
속성 값
피드 요소의 콘텐츠 형식을 식별하는 문자열입니다.
설명
배포 콘텐츠에 매핑하는 경우 이 속성은 배포 항목의 콘텐츠 형식입니다.
특성의 값을 지정할 때 속성 값에 올바른 형식의 XhtmlTargetTextContentKind XML이 포함되어 있는지 확인해야 합니다. 데이터 서비스는 변환을 수행하지 않고 값을 반환합니다. 또한 반환된 XML의 XML 요소 접두사에 매핑된 피드에 정의된 네임스페이스 URI와 접두사도 있어야 합니다.