Transform.PropagatedNamespaces Proprietà

Definizione

Ottiene o imposta l'oggetto Hashtable che contiene gli spazi dei nomi propagati nella firma.

public:
 property System::Collections::Hashtable ^ PropagatedNamespaces { System::Collections::Hashtable ^ get(); };
public System.Collections.Hashtable PropagatedNamespaces { get; }
[System.Runtime.InteropServices.ComVisible(false)]
public System.Collections.Hashtable PropagatedNamespaces { get; }
member this.PropagatedNamespaces : System.Collections.Hashtable
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.PropagatedNamespaces : System.Collections.Hashtable
Public ReadOnly Property PropagatedNamespaces As Hashtable

Valore della proprietà

Hashtable

Oggetto Hashtable contenente gli spazi dei nomi propagati nella firma.

Attributi

Eccezioni

La proprietà PropagatedNamespaces è stata impostata su null.

Commenti

Gli spazi dei nomi XML vengono usati per distinguere elementi diversi in un documento con lo stesso nome.

Le Hashtable chiavi della PropagatedNamespaces proprietà sono i prefissi dello spazio dei nomi e i Hashtable valori sono gli URI (Uniform Resource Identifier) dello spazio dei nomi.

La proprietà viene impostata automaticamente durante il PropagatedNamespaces calcolo e il controllo della firma, ma prima di richiamare le trasformazioni.

Si applica a