isinterface
入力が COM インターフェイスかどうかを判別
説明
例
インターフェイス オブジェクトのテスト
Microsoft® Excel® アプリケーションのインスタンスをテストします。MATLAB® では false
と表示されます。これはこのアプリケーションがインターフェイスではないことを示しています。
app = actxserver('Excel.Application');
isinterface(app)
workbooks
オブジェクトをテストします。MATLAB では true
と表示されます。これはワークブックがインターフェイスであることを示しています。
wbk = get(app,'workbooks');
isinterface(wbk)
入力引数
c
— COM オブジェクト
関数ハンドル
COM オブジェクト。関数ハンドルとして指定します。
制限
COM 関数は、Microsoft Windows® システムでのみ使用可能です。
拡張機能
スレッドベースの環境
MATLAB® の backgroundPool
を使用してバックグラウンドでコードを実行するか、Parallel Computing Toolbox™ の ThreadPool
を使用してコードを高速化します。
この関数はスレッドベースの環境を完全にサポートしています。詳細については、スレッドベースの環境での MATLAB 関数の実行を参照してください。
バージョン履歴
R2006a より前に導入
MATLAB コマンド
次の MATLAB コマンドに対応するリンクがクリックされました。
コマンドを MATLAB コマンド ウィンドウに入力して実行してください。Web ブラウザーは MATLAB コマンドをサポートしていません。
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)