次の方法で共有


FormField.TextInput プロパティ

定義

テキスト フォーム フィールドを TextInput 表す オブジェクトを返します。

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

プロパティ値

注釈

ドロップダウン フォーム フィールドではない FormField オブジェクトに TextInput プロパティを適用した場合、プロパティは失敗しませんがValid、返されるオブジェクトのプロパティは False になります。

オブジェクトの内容を Result 取得または設定するには、 FormField オブジェクトと共に プロパティを TextInput 使用します。

適用対象