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
型の値。
戻り値
遅延バインディング オブジェクトが引数 name と一致する場合は true
。それ以外の場合は false
。