ProvideLanguageCodeExpansionAttribute.ShowRoots Property

Definition

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.

Applies to