Condividi tramite


SyndicationElementExtension.OuterName Proprietà

Definizione

Ottiene il nome esterno dell'estensione degli elementi.

public:
 property System::String ^ OuterName { System::String ^ get(); };
public string OuterName { get; }
member this.OuterName : string
Public ReadOnly Property OuterName As String

Valore della proprietà

String

Nome esterno dell'estensione degli elementi.

Commenti

Il nome esterno della seguente estensione degli elementi è custom.

<feed xmlns:mg="http://contoso.com">  
....<mg:custom> some text </mg:custom>  
</feed>  

Si applica a