SmartTagActions インターフェイス

定義

スマート タグを使用して実行できるアクションを表すオブジェクトのコレクション SmartTagAction

public interface class SmartTagActions : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("0002445F-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface SmartTagActions : System.Collections.IEnumerable
Public Interface SmartTagActions
Implements IEnumerable
属性
実装

注釈

SmartTagActionsSmartTagActions コレクションをSmartTag取得するには、 オブジェクトの プロパティを使用します。

プロパティ

_Default[Object]

内部使用のため予約済みです。

Application

Microsoft Excel アプリケーションを Application 表す オブジェクトを返します。

Count

コレクション内にあるオブジェクトの数を返します。

Creator

このオブジェクトを作成したアプリケーションを示す、32 ビットの整数値を返します。

Item[Object]

コレクションから単一のオブジェクトを返します。

Parent

指定されたオブジェクトの親オブジェクトを返します。

メソッド

GetEnumerator()

スマート タグを使用して実行できるアクションを表すオブジェクトのコレクション SmartTagAction

適用対象