次の方法で共有


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 オートメーション要素の IRawElementProviderSimple インターフェイスの配列。

適用対象