XMLSchemaReferences.ShowPlaceholderText Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
property bool ShowPlaceholderText { bool get(); void set(bool value); };
public bool ShowPlaceholderText { get; set; }
member this.ShowPlaceholderText : bool with get, set
Public Property ShowPlaceholderText As Boolean