ISpreadsheetItemProvider.GetAnnotationTypes 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回批注类型标识符数组,指示与此电子表格单元格关联的批注类型。
public:
Platform::Array <AnnotationType> ^ GetAnnotationTypes();
winrt::array_view <AnnotationType> GetAnnotationTypes();
public AnnotationType[] GetAnnotationTypes();
function getAnnotationTypes()
Public Function GetAnnotationTypes () As AnnotationType()
返回
批注类型标识符数组,其中包含与电子表格单元格关联的每种类型的批注的一个条目。 有关可能值的列表,请参阅 AnnotationType。