次の方法で共有


SmartTag.Properties プロパティ

定義

スマート タグの CustomProperties プロパティを表す オブジェクトを返します。

public:
 property Microsoft::Office::Interop::Word::CustomProperties ^ Properties { Microsoft::Office::Interop::Word::CustomProperties ^ get(); };
public Microsoft.Office.Interop.Word.CustomProperties Properties { get; }
member this.Properties : Microsoft.Office.Interop.Word.CustomProperties
Public ReadOnly Property Properties As CustomProperties

プロパティ値

注釈

メソッドを Add(String, Object, Object) 使用して、カスタム プロパティを追加できます。 ただし、カスタム プロパティは通常、スマート タグ認識エンジンとアクション ファイルで指定されます。

適用対象