ProvideLanguageCodeExpansionAttribute.ShowRoots 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.
Gets or sets whether or not the roots of the code snippets should be shown.
public:
property bool ShowRoots { bool get(); void set(bool value); };
public:
property bool ShowRoots { bool get(); void set(bool value); };
public bool ShowRoots { get; set; }
member this.ShowRoots : bool with get, set
Public Property ShowRoots As Boolean
Property Value
true
if the roots should be shown, otherwise false
.