XmlQueryContext.LateBoundFunctionExists(String, String) 方法      
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
如果 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。