SyndicationElementExtension.OuterName Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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à
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>