共用方式為


ISpreadsheetItemProvider.GetAnnotationObjects 方法

定義

傳回 物件的陣列,表示與這個試算表儲存格相關聯的注釋。

public:
 Platform::Array <IRawElementProviderSimple ^> ^ GetAnnotationObjects();
winrt::array_view <IRawElementProviderSimple const&> GetAnnotationObjects();
public IRawElementProviderSimple[] GetAnnotationObjects();
function getAnnotationObjects()
Public Function GetAnnotationObjects () As IRawElementProviderSimple()

傳回

Microsoft UI Automation 元素的 IRawElementProviderSimple 介面陣列,代表與試算表儲存格相關聯的注釋。

適用於