XMLNode.PlaceholderText 属性

定义

返回或设置一个 String 类型的值,该值代表为不包含文本的元素显示的文本。

public:
 property System::String ^ PlaceholderText { System::String ^ get(); void set(System::String ^ value); };
public string PlaceholderText { get; set; }
member this.PlaceholderText : string with get, set
Public Property PlaceholderText As String

属性值

注解

仅当清除了 "XML 结构" 任务窗格中的 "在文档中显示 XML 标记" 复选框时,才在 Microsoft Word 中显示占位符文本。 “在文档中显示 XML 标记检查”框对应于 ShowXMLMarkup 属性。

适用于