Udostępnij za pośrednictwem


XsltArgumentList.RemoveExtensionObject(String) Metoda

Definicja

Usuwa obiekt z identyfikatorem URI przestrzeni nazw z obiektu XsltArgumentList.

public:
 System::Object ^ RemoveExtensionObject(System::String ^ namespaceUri);
public object? RemoveExtensionObject (string namespaceUri);
public object RemoveExtensionObject (string namespaceUri);
member this.RemoveExtensionObject : string -> obj
Public Function RemoveExtensionObject (namespaceUri As String) As Object

Parametry

namespaceUri
String

Identyfikator URI przestrzeni nazw skojarzony z obiektem do usunięcia.

Zwraca

Object

Obiekt z identyfikatorem URI przestrzeni nazw lub null jeśli go nie znaleziono.

Dotyczy

Zobacz też