Share via


SyndicationCategory.ElementExtensions 속성

정의

이 범주의 요소 확장을 가져옵니다.

public:
 property System::ServiceModel::Syndication::SyndicationElementExtensionCollection ^ ElementExtensions { System::ServiceModel::Syndication::SyndicationElementExtensionCollection ^ get(); };
public System.ServiceModel.Syndication.SyndicationElementExtensionCollection ElementExtensions { get; }
member this.ElementExtensions : System.ServiceModel.Syndication.SyndicationElementExtensionCollection
Public ReadOnly Property ElementExtensions As SyndicationElementExtensionCollection

속성 값

SyndicationElementExtensionCollection

요소 확장 컬렉션입니다.

예제

다음 XML에서는 사용자 지정 요소가 있는 SyndicationCategory 요소가 Atom 1.0으로 serialize되는 방법을 보여 있습니다.

<category customAttribute="value" term="FeedCategory" label="CategoryLabel" scheme="CategoryScheme">  
    <customCategoryElement xmlns="">Some text</customCategoryElement>  
</category>  

참고

인스턴스 내 SyndicationCategory 의 사용자 지정 요소는 RSS 2.0으로 직렬화되지 않습니다.

설명

요소 확장은 Atom 1.0 또는 RSS 2.0 사양에 지정되지 않은 유효한 XML 요소입니다. 유효한 모든 XML 요소를 확장으로 추가할 수 있습니다. 단, XML 요소의 네임스페이스가 바깥쪽 네임스페이스와 달라야 합니다.

적용 대상