XmlQueryContext.LateBoundFunctionExists(String, String) 方法

定義

若由 識別 namespaceUri 的晚期綁定物件包含與 相符 name的方法,則回傳為真。

此 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

適用於