次の方法で共有


ContentControl.PlaceholderText プロパティ

定義

コンテンツ コントロールの BuildingBlock プレースホルダー テキストを表す オブジェクトを返します。 読み取り専用です。

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

プロパティ値

BuildingBlock を返します。

注釈

メソッドを SetPlaceholderText(BuildingBlock, Range, String) 使用して、コンテンツ コントロールのプレースホルダー テキストを設定します。

適用対象