Share via


XmlQueryContext.LateBoundFunctionExists(String, String) 方法

定义

如果 namespaceUri 标识的后期绑定的对象包含与 name 匹配的方法,则返回 True。

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 bool LateBoundFunctionExists(System::String ^ name, System::String ^ namespaceUri);
public bool LateBoundFunctionExists (string name, string namespaceUri);
member this.LateBoundFunctionExists : string * string -> bool
Public Function LateBoundFunctionExists (name As String, namespaceUri As String) As Boolean

参数

name
String

一个 string 类型的值。

namespaceUri
String

一个 string 类型的值。

返回

如果后期绑定的对象与名称匹配,则为 true;否则为 false

适用于