共用方式為


ISpreadsheetItemProvider.GetAnnotationTypes 方法

定義

傳回批註類型識別碼的陣列,指出與此試算表儲存格相關聯的批註類型。

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

傳回

注釋類型識別碼的陣列,其中包含與試算表儲存格相關聯之每種批註類型的一個專案。 如需可能值的清單,請參閱 AnnotationType

適用於