Share via


ISpreadsheetItemProvider.GetAnnotationTypes 方法

定义

返回批注类型标识符数组,指示与此电子表格单元格关联的批注类型。

public:
 Platform::Array <AnnotationType> ^ GetAnnotationTypes();
winrt::array_view <AnnotationType> GetAnnotationTypes();
public AnnotationType[] GetAnnotationTypes();
function getAnnotationTypes()
Public Function GetAnnotationTypes () As AnnotationType()

返回

批注类型标识符数组,其中包含与电子表格单元格关联的每种类型的批注的一个条目。 有关可能值的列表,请参阅 AnnotationType

适用于