跳到主要内容

GetClassType

返回 ApiUnsupported 类的类型。

语法

expression.GetClassType();

expression - 表示 ApiUnsupported 类的变量。

参数

此方法没有任何参数。

返回值

"unsupported"

示例

读取文档中无法识别的批注对象的类型标识符。

// How do I find out what kind of unsupported element I have encountered in a document?

// Confirm the category of an unknown annotation by retrieving its type label in a document.