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)使用 方法设置内容控件的占位符文本。

适用于