XsltArgumentList.GetExtensionObject(String) Methode

Definitie

Hiermee wordt het object opgehaald dat is gekoppeld aan de opgegeven naamruimte.

public:
 System::Object ^ GetExtensionObject(System::String ^ namespaceUri);
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("The stylesheet may have calls to methods of the extension object passed in which cannot be statically analyzed by the trimmer. Ensure all methods that may be called are preserved.")]
public object? GetExtensionObject(string namespaceUri);
public object? GetExtensionObject(string namespaceUri);
public object GetExtensionObject(string namespaceUri);
[<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("The stylesheet may have calls to methods of the extension object passed in which cannot be statically analyzed by the trimmer. Ensure all methods that may be called are preserved.")>]
member this.GetExtensionObject : string -> obj
member this.GetExtensionObject : string -> obj
Public Function GetExtensionObject (namespaceUri As String) As Object

Parameters

namespaceUri
String

De naamruimte-URI van het object.

Retouren

Het URI-object van de naamruimte of null als er geen object is gevonden.

Kenmerken

Van toepassing op

Zie ook