다음을 통해 공유


ServiceDocument.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

요소 확장이 포함된 SyndicationElementExtensionCollection 인스턴스입니다.

설명

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

<mg:MyElement xmlns:mg="http://myserver/elements" />  

적용 대상