XMLSchemaReferences.ShowPlaceholderText 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回一个 布尔值 ,该值代表是否为文档中的 XML 元素显示自动占位符文本。 如果显示占位符文本, 则返回 true 。 False ,则隐藏占位符文本。
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