[]
        
(Showing Draft Content)

Wijmo.Iqueryinterface

IQueryInterface インターフェイス

オブジェクトがインタフェースを実装しているかどうかを呼び出し元が確認できるようにします。

階層

メソッド

メソッド

implementsInterface

  • implementsInterface(interfaceName: string): boolean
  • オブジェクトが指定したインタフェースを実装している場合、trueを返します。

    引数

    • interfaceName: string

      調べるインタフェースの名前。

    戻り値 boolean