XMLNode.PlaceholderText Property
Returns or sets a String that represents the text displayed for an element that contains no text.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property PlaceholderText As String
Get
Set
'Usage
Dim instance As XMLNode
Dim value As String
value = instance.PlaceholderText
instance.PlaceholderText = value
string PlaceholderText { get; set; }
Property Value
Type: System.String
Remarks
Placeholder text is displayed in Microsoft Word only when the Show XML tags in the document check box in the XML Structure task pane is cleared. The Show XML tags in the document check box corresponds to the ShowXMLMarkup property.