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
。