CustomProperty インターフェイス

定義

スマート タグのカスタム プロパティの 1 つのインスタンスを表します。

public interface class CustomProperty
[System.Runtime.InteropServices.Guid("B923FDE0-F08C-11D3-91B0-00105A0A19FD")]
public interface CustomProperty
type CustomProperty = interface
Public Interface CustomProperty
属性

注釈

CustomProperty オブジェクトは、コレクションのCustomPropertiesメンバーです。

CustomProperty オブジェクトをItem[Object]取得するには、CustomProperties コレクションの プロパティ ( または Properties (Index ) index を使用します。 Nameプロパティと Value プロパティを使用して、スマート タグのカスタム プロパティに関連する情報を返します。

プロパティ

Application

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

Creator

指定されたオブジェクトを作成したアプリケーションを示す 32 ビットの整数を取得します。

Name

指定したオブジェクトの名前を返します。

Parent

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

Value

カスタム プロパティの値を設定または返します。

メソッド

Delete()

指定されたオブジェクトを削除します。

適用対象