XsltArgumentList.GetExtensionObject(String) 方法

定义

获取与给定命名空间关联的对象。Gets the object associated with the given namespace.

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

参数

namespaceUri
String

对象的命名空间 URI。The namespace URI of the object.

返回

Object

命名空间 URI 对象,如果未找到命名空间 URI 对象,则为 nullThe namespace URI object or null if one was not found.

适用于