OfficeRuntime.ApiInformation interface

接口,其中包含用于检查 API 要求集支持的方法。

方法

isSetSupported(name, minVersion)

检查 Office 应用程序是否支持指定的要求集。

方法详细信息

isSetSupported(name, minVersion)

检查 Office 应用程序是否支持指定的要求集。

isSetSupported(name: string, minVersion?: string): boolean;

参数

name

string

设置名称;例如,“MatrixBindings”。

minVersion

string

所需的最低版本;例如“1.4”。

返回

boolean