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

適用於