ResourceCollectionInfo.ElementExtensions Propriedade
Definição
Obtém as extensões de elemento do documento de serviço.Gets the element extensions for the service document.
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
Valor da propriedade
As extensões de elemento para o documento de serviço.The element extensions for the service document.
Comentários
As extensões de elemento são elementos XML válidos que não são especificados nas especificações Atom 1,0 ou RSS 2,0.Element extensions are valid XML elements that are not specified in either the Atom 1.0 or RSS 2.0 specifications. Você pode adicionar qualquer elemento XML válido como uma extensão, desde que seu namespace seja diferente do namespace delimitador.You can add any valid XML element as an extension, provided its namespace is different from the enclosing namespace.
<mg:MyElement xmlns:mg="http://myserver/elements" />