XMLSchemaReferences.ShowPlaceholderText Property
Returns a Boolean that represents whether automatic placeholder text is displayed for XML elements in a document. True displays placeholder text. False hides placeholder text.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property ShowPlaceholderText As Boolean
Get
Set
'Usage
Dim instance As XMLSchemaReferences
Dim value As Boolean
value = instance.ShowPlaceholderText
instance.ShowPlaceholderText = value
bool ShowPlaceholderText { get; set; }
Property Value
Type: System.Boolean