Condividi tramite


Transform.PropagatedNamespaces Proprietà

Definizione

Ottiene o imposta un Hashtable oggetto 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à

Oggetto Hashtable contenente gli spazi dei nomi propagati nella firma.

Attributi

Eccezioni

La PropagatedNamespaces proprietà è 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 PropagatedNamespaces proprietà viene impostata automaticamente durante il calcolo e il controllo della firma, ma prima che vengano richiamate le trasformazioni.

Si applica a